Commit Graph

25 Commits

Author SHA1 Message Date
b2ffb9a248 Remove unneeded logging 2023-03-17 18:57:48 +00:00
a695f52ca1 Stash 2023-03-16 13:24:39 +00:00
4a5fca6837 Some FD code and supporting infra 2023-03-10 20:32:05 +00:00
7216fd561e A great re-architecture of the cli
Some checks failed
continuous-integration/drone/push Build is failing
2023-03-08 16:16:44 +00:00
eceb067add Stash a maybe working mess 2023-03-08 15:08:54 +00:00
c707a20a75 Quite a mess 2023-03-06 12:14:21 +00:00
15c2edde67 Achieve the final result of entirely generic!! 2023-03-05 10:59:08 +00:00
9ff002b19c Start hex grid and make tests pass 2023-03-04 18:11:53 +00:00
92ef0f728c Cleanup a little 2023-03-04 14:41:47 +00:00
973bcf0381 Halve run-time by swapping to index based neighbours to avoid need for allocating Vecs 2023-03-04 14:18:16 +00:00
f0e862616d Remove unneeded dim for VectorStorage 2023-03-04 13:02:46 +00:00
7cfa5092e8 Add support for ND systems 2023-03-04 12:56:31 +00:00
14b5cb4679 Swap LocalRandomWalker to GriddedPosition 2023-03-04 12:22:17 +00:00
f7ac576129 Swap to GriddedParticle throughout 2023-03-04 11:37:17 +00:00
0d972dc76a Move to gridded position system 2023-03-04 11:24:26 +00:00
7e131af96d Move to serde to allow for better coordinate changing 2023-03-04 11:11:18 +00:00
b88b93db59 Add neighbours function to position 2023-03-04 10:32:17 +00:00
55364779e0 Shrink gridSize for now 2023-03-03 16:50:02 +00:00
ac6e176801 Fix spawn angle 2023-03-03 16:09:29 +00:00
da53077f9a Add clib to allow for behaviour testing within c-codebase 2023-03-03 15:40:35 +00:00
51ad848046 Add uniformity tests and change spawn 2023-03-03 11:39:17 +00:00
f5853580f4 Try ThreadRng 2023-03-03 11:03:06 +00:00
fcda9726d5 Move RNG gen to elsewhere 2023-03-03 10:46:00 +00:00
0752370ee7 Remove slight divergence 2023-03-03 10:38:42 +00:00
95e328ea1f Some refactor to allow for other entry points 2023-03-02 16:44:19 +00:00