31 Commits

Author SHA1 Message Date
3230d806f7 restructure puzzle space generation (for boards up to 5x5)
- uses a huge global seen-states-cache. Not scalable without more
filtering
2026-03-07 23:33:55 +01:00
e482adbb76 draw graph edges much faster (using raw vertex array) 2026-03-06 21:16:57 +01:00
fe9a54a8da implement graph node mouse collisions (unoptimized iterating over all masses for now) 2026-03-06 13:25:35 +01:00
c9915852db implement very slow puzzle space exploration 2026-03-04 20:23:16 +01:00
846ff72d1f fix bug where starting index was set incorrectly when populating graph 2026-02-28 23:16:00 +01:00
9ab96c5903 rename files based on their classes 2026-02-28 22:30:00 +01:00
809fbf1b93 add popups to certain user actions 2026-02-28 21:49:41 +01:00
ce05dd504a small refactor 2026-02-28 18:37:47 +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
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
404a76654c update compiler flags, fix tracy allocation profiling, fix compiler warnings 2026-02-23 23:01:30 +01:00
59a4303d62 mark visited and starting states 2026-02-23 14:41:20 +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
fe6bbe9bbb remove batched rendering code 2026-02-22 14:04:11 +01:00
9446e1b86c improve rendering performance even more by using instanced rendering 2026-02-22 12:31:58 +01:00
35de23e865 improve rendering performance by batching edge and cube draws 2026-02-22 01:41:39 +01:00
0d3913e27e refactor state management and input handling into separate classes 2026-02-21 22:09:42 +01:00
6e5a4acdd0 tint the board if a winning state is reached 2026-02-20 01:36:48 +01:00
f8ac60f6a6 implement state editing 2026-02-20 00:58:01 +01:00
a48a6caefc make window resizable 2026-02-19 23:10:16 +01:00
d92391271f add winning conditions and ability to mark them in the graph 2026-02-18 20:27:22 +01:00
47628d06ad add menu pane at the top 2026-02-18 13:30:59 +01:00
47fcea6bcb implement klotski graph closure solving + improve camera controls (panning) 2026-02-18 00:53:42 +01:00
039d96eee3 replace manual 3d-2d projection with orbital camera 2026-02-17 22:17:19 +01:00
8d5a6a827c add basic input handling for klotski board/graph + populate graph based on klotski moves 2026-02-17 15:12:32 +01:00
9d0afffb57 render klotski board 2026-02-17 13:27:12 +01:00
fba493ea93 render vertices in addition to edges 2026-02-17 00:56:01 +01:00
d1b115a7c3 implement numerically unstable mass spring system 2026-02-16 00:21:29 +01:00