Small entity-component-system
Go to file
2019-06-28 03:18:54 +02:00
ecs Component now stores whether or not it is a runtime component 2019-06-26 23:39:07 +02:00
ecs-lua Component now stores whether or not it is a runtime component 2019-06-26 23:39:07 +02:00
ecs-serial Improved error message 2019-06-27 03:42:49 +02:00
network-client/src Started work on networked test for ecs 2019-06-28 03:18:54 +02:00
network-server/src Started work on networked test for ecs 2019-06-28 03:18:54 +02:00
network-shared/include Started work on networked test for ecs 2019-06-28 03:18:54 +02:00
test Component ids can now be serialized and deserialized, deserializer converts between ids 2019-06-27 03:41:24 +02:00
vendor Switched back to using ids instead of names, added uuids to entities and started work on serialization 2019-02-05 22:46:53 +00:00
.flintlock Added codegen to register components, and started reworking lua 2019-06-07 15:52:57 +02:00
.gitignore Added codegen to register components, and started reworking lua 2019-06-07 15:52:57 +02:00
.gitmodules Switched back to using ids instead of names, added uuids to entities and started work on serialization 2019-02-05 22:46:53 +00:00
.vimlocal Added codegen to register components, and started reworking lua 2019-06-07 15:52:57 +02:00
flint.lua Started work on networked test for ecs 2019-06-28 03:18:54 +02:00
flint.py Created basic ecs that has an optional lua module 2019-01-30 00:23:32 +01:00
template.mako Added codegen to register components, and started reworking lua 2019-06-07 15:52:57 +02:00
test.py Added codegen to register components, and started reworking lua 2019-06-07 15:52:57 +02:00