oecs-sharp/examples/TicTacToe
hypercross 96ba037432 feat: add component discovery source generator
Introduce an incremental source generator that automatically discovers
component types used with the World API. This allows the
WorldSerializer to perform serialization and deserialization without
relying on reflection, improving performance and stability.
2026-07-18 23:41:28 +08:00
..
Commands feat: add deferred structural mutations and entity iterators 2026-07-18 21:22:23 +08:00
Components feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Data feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Singletons feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Systems feat: add component discovery source generator 2026-07-18 23:41:28 +08:00
CsvLoader.cs feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Program.cs feat: add component discovery source generator 2026-07-18 23:41:28 +08:00
TicTacToe.csproj feat: add component discovery source generator 2026-07-18 23:41:28 +08:00
test_input.txt feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
test_load.txt feat: add WorldSerializer for saving and loading world state 2026-07-18 21:07:05 +08:00
test_save.txt feat: add WorldSerializer for saving and loading world state 2026-07-18 21:07:05 +08:00