bubel-ecs/source/bubel/ecs
Mergul 4bd5a37b5d Demo update and start counting tests times
-Fixed performance issue with multithreading and rendering
-start making better shaders (by using many macros)
-speed up rendeing when maximum objects count was reached
-remove map rendering form Snake demo, and render entities by themself
-start adding depth and color rendering parameters
-added properly names to jobs (for debugging purpses)
-starts adding multithreaded rendering
-added some math to vectors
-changes execute() to willExecute(). Probably should have different name.
2020-05-07 14:07:07 +02:00
..
atomic.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
attributes.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
block_allocator.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
core.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
entity.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
events.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
hash_map.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
id_manager.d Improved documentation and removed some old code 2020-05-06 10:55:40 +02:00
manager.d Demo update and start counting tests times 2020-05-07 14:07:07 +02:00
package.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
simple_vector.d Improved documentation and removed some old code 2020-05-06 10:55:40 +02:00
std.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
system.d Improved documentation and removed some old code 2020-05-06 10:55:40 +02:00
traits.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
vector.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00