bubel-ecs/source/bubel/ecs
Mergul 0d08b8532a -remove "SIMD" option from "compile_wasm.py" (new Emscripten hasn't that option)
-removed some unnecessary variables
-started C-API implemantation:
 * added C-API option to Meson (build included to main library)
 * refactored some code (moved some code form templates to final code, removed delegates from system)
 * moved templates outside EntityManager to make it possible to use in different functions
2021-03-18 19:56:25 +01:00
..
atomic.d Mostly bugfix update + empty components support and remove EntityID from Event structure 2020-05-27 17:03:44 +02:00
attributes.d Mostly bugfix update + empty components support and remove EntityID from Event structure 2020-05-27 17:03:44 +02:00
block_allocator.d Fixed issues and bugs 2020-07-17 13:34:08 +02:00
core.d -code cleanup 2021-03-06 22:02:49 +01:00
entity.d -update README code example (to one that compile) 2021-03-02 19:44:18 +01:00
events.d -change ecsID to becsID 2021-02-27 17:25:13 +01:00
hash_map.d Added more tests 2020-05-27 19:46:11 +02:00
id_manager.d ECS core imprevement 2020-06-06 22:26:59 +02:00
manager.d -remove "SIMD" option from "compile_wasm.py" (new Emscripten hasn't that option) 2021-03-18 19:56:25 +01:00
package.d Mostly bugfix update + empty components support and remove EntityID from Event structure 2020-05-27 17:03:44 +02:00
simple_vector.d Fixed issues and bugs 2020-07-17 13:34:08 +02:00
std.d Fixed issues and bugs 2020-07-17 13:34:08 +02:00
system.d -remove "SIMD" option from "compile_wasm.py" (new Emscripten hasn't that option) 2021-03-18 19:56:25 +01:00
traits.d -change ecsID to becsID 2021-02-27 17:25:13 +01:00
vector.d Added more tests 2020-05-27 19:46:11 +02:00