Commit Graph

32 Commits

Author SHA1 Message Date
9de0d06806 reformat 2026-03-05 22:00:28 +01:00
025cbfdf3b move bits functions to separate file + fix missing defaults with disabled program_options on windows 2026-03-05 19:13:44 +01:00
4e5ca6be6c fix nix build error 2026-03-04 20:47:34 +01:00
a9c102298a enable/disable threadpool from cmake 2026-03-04 20:45:25 +01:00
2d111f58da add single state space benchmark + some tests 2026-03-04 19:08:00 +01:00
9c48954a78 build octree async and reuse tree from last frame (disabled as it breaks physics) 2026-03-02 18:52:06 +01:00
2ef2a29601 squash merge efficient-puzzle into main 2026-03-02 14:37:34 +01:00
9ab96c5903 rename files based on their classes 2026-02-28 22:30:00 +01:00
ce05dd504a small refactor 2026-02-28 18:37:47 +01:00
db694838a7 fix compiler warnings 2026-02-27 13:17:18 +01:00
9d8b364330 simplify cmake file 2026-02-27 12:43:19 +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
5e3d007a9d display puzzle title 2026-02-25 16:53:13 +01:00
dc894d1c38 add a second tracy target instead of modifying the main target 2026-02-25 15:24:12 +01:00
79f088d10e disable tracy in flake instead of CMakeList.txt 2026-02-25 15:14:49 +01:00
a3a8c2f31a add fat klotski 2026-02-25 14:13:33 +01:00
58235ac52e some valgrind bullshit 2026-02-25 13:34:52 +01:00
fd58f217c6 implement bfs multi-target distance calculation to nearest winning state 2026-02-25 01:15:47 +01:00
d8534cacdd store winning condition in state + remove presets 2026-02-24 22:08:00 +01:00
8a4e5c1ebf squash merge threaded-physics into main 2026-02-24 19:00:25 +01:00
404a76654c update compiler flags, fix tracy allocation profiling, fix compiler warnings 2026-02-23 23:01:30 +01:00
443069f597 replace openmp with thread-pool library bc openmp has larger fork boundary overhead 2026-02-23 00:14:09 +01:00
21a18443e9 add tracy profiler dependency 2026-02-22 23:32:24 +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
0d3913e27e refactor state management and input handling into separate classes 2026-02-21 22:09:42 +01:00
e2e75204ef parallelize repulsion forces using openmp 2026-02-18 02:08:46 +01:00
017d11245c begin implementing klotski logic 2026-02-17 13:27:05 +01:00
d1b115a7c3 implement numerically unstable mass spring system 2026-02-16 00:21:29 +01:00
be7dcf8ae5 implement hash-based deduplication + avx512 transformation 2026-02-15 16:33:41 +01:00
321b2a8a0a add cmakelists 2026-02-12 23:37:30 +01:00