bubel-ecs/demos/source/gui
Mergul 64dc099e0a Demos big update
-Added some more math functions
-fixed many memory leaks
-added AABB and BVHTree support to collision.d
 *BVHTree has only incrementally adding entities implemented by now (and bad BottomUp algorithm)
 *ECS Systems use two trees, one for static and one for dynamic entities, dynamic BVH is builded every frame from scratch by now
-BrickBreaker now uses BVHTree to collision detection
 *balls only use tree for checks (they aren't adding to tree)
-fixed bug leading to crash
2020-07-17 13:38:41 +02:00
..
attributes.d Huge demos update 2020-06-06 22:46:29 +02:00
component.d Demos update 2020-07-01 19:45:53 +02:00
manager.d Demos big update 2020-07-17 13:38:41 +02:00
system.d Demo update 2020-07-08 22:09:10 +02:00
template_.d Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
tool_circle.d Demo update 2020-07-08 22:09:10 +02:00