Commit Graph

18 Commits

Author SHA1 Message Date
f6780a1a29 remove raylib-cpp dependency 2023-08-14 22:52:09 +03:00
a98f423873 improve boid rendering 2023-08-05 21:12:37 +03:00
f108649ef0 use python3 to statically host files 2023-08-03 08:37:33 +03:00
7c8a972228 add debug mode flag 2023-08-02 22:38:03 +03:00
be2c56fb28 add define to switch between simd 128 and 256 2023-08-02 21:34:12 +03:00
115bb834a0 add slider for updating number of boids 2023-08-01 23:55:02 +03:00
995d41c190 cleanup computation of local boids 2023-07-31 01:22:24 +03:00
5af509f4fd use simd for finding neigbours between boids 2023-07-31 00:10:49 +03:00
189be11d10 move boid-list to separate file 2023-07-20 23:58:12 +03:00
7e1bb9daec reduce memory footprint 2023-07-20 23:23:19 +03:00
2184918195 optimize checking neighbours 2023-07-20 23:17:21 +03:00
2b6f8014d8 update makefile 2023-07-20 03:17:36 +03:00
892247d44b add gui for controlling parameters 2023-07-20 02:23:23 +03:00
1478084ab6 account for when user comes back to page after a long time for wasm 2023-07-19 21:40:53 +03:00
ef426d2df0 refactor Makefile 2023-07-19 20:56:37 +03:00
6a7266b524 add crude compilation to web platform 2023-07-19 20:56:31 +03:00
68920c625f add world with collisions to obstacles 2023-07-19 00:05:43 +03:00
73a1c9646a Initial commit 2023-07-17 13:58:36 +00:00