36ddcb6925
small refactor
2026-02-28 18:00:12 +01:00
b01cfdecfe
implement option to lock camera to graph's center of mass
2026-02-27 14:06:30 +01:00
85ed3a758a
make windows-compliant
...
- fix BS_thread_pool include error (pulls in windows.h, symbols were
redefined)
- remove all std::println uses :(, seems like mingw doesn't like those
- allow to disable backward from cmake
2026-02-27 12:31:08 +01:00
2517a9d33b
complete rework of the user interface (using raygui)
2026-02-27 03:01:43 +01:00
fd58f217c6
implement bfs multi-target distance calculation to nearest winning state
2026-02-25 01:15:47 +01:00
f31f9557b3
update flags again
2026-02-24 20:53:27 +01:00
349d614611
add flag to toggle tracy (disabled for now)
2026-02-24 20:42:38 +01:00
8a4e5c1ebf
squash merge threaded-physics into main
2026-02-24 19:00:25 +01:00
bfe8c6d572
store masses/springs inside vector and manage unordered_maps for a state<->index mapping
...
this reduces the time required to iterate over all masses/springs
because data is stored in contiguous memory
2026-02-24 00:01:04 +01:00
404a76654c
update compiler flags, fix tracy allocation profiling, fix compiler warnings
2026-02-23 23:01:30 +01:00
861fb34d39
fix octree corruption bug because of node vector reallocation
2026-02-23 13:46:00 +01:00
30b02c13ed
add vertices draw limit after I accidentally removed it
2026-02-23 00:27:51 +01:00
443069f597
replace openmp with thread-pool library bc openmp has larger fork boundary overhead
2026-02-23 00:14:09 +01:00
e43e505110
implement barnes-hut particle repulsion using octree
2026-02-22 23:29:56 +01:00
bdb4242076
remove useless manual move/copy constructors/assignment operators (pls stop killing my hands bjarne)
2026-02-22 20:28:42 +01:00
9726d5fecc
cleanup repulsion force calculation
2026-02-22 19:19:06 +01:00
157985df6b
extract orbital camera into separate file
2026-02-22 14:30:55 +01:00
f06afc210f
make naming more consistent + rename some files
2026-02-22 14:17:55 +01:00