max pushed to main at max/Nerfed 2024-11-16 14:56:20 +01:00
5eaf3547dc Random uint util
cf6cd080c6 Add component button
87ee6df46f Inspector tests
57b42d8daa Really basic component inspection
Compare 19 commits »
max pushed to ecs-test at max/Nerfed 2024-11-16 14:55:36 +01:00
5eaf3547dc Random uint util
cf6cd080c6 Add component button
87ee6df46f Inspector tests
Compare 4 commits »
max opened issue max/Nerfed#7 2024-11-15 14:53:40 +01:00
ECS system builder
max opened issue max/Nerfed#6 2024-11-03 23:05:30 +01:00
Basic 3D rendering
max opened issue max/Nerfed#5 2024-11-03 23:05:17 +01:00
Physics system
max opened issue max/Nerfed#4 2024-11-02 15:14:32 +01:00
World/Entity/Component Serialization
max pushed to ecs-test at max/Nerfed 2024-10-22 23:54:43 +02:00
57b42d8daa Really basic component inspection
max pushed to ecs-test at max/Nerfed 2024-10-22 21:14:39 +02:00
2a351f7b9d re-added moontools.ecs submodule
max pushed to ecs-test at max/Nerfed 2024-10-21 22:49:02 +02:00
7225d13880 Optimized filter for transform entities with missing LocalToWorld components
max pushed to ecs-test at max/Nerfed 2024-10-20 23:17:45 +02:00
567714a52d Profiler threading support, flame graph
max commented on issue max/Nerfed#3 2024-10-20 23:06:38 +02:00
ECS

To test the ECS start with making some base systems to test it and get to know it.

To Test:

  • Transform system, as this relies on order, unexpected need for data at any given time, entity…
max opened issue max/Nerfed#3 2024-10-20 23:01:45 +02:00
ECS
max commented on issue max/Nerfed#2 2024-10-20 23:00:10 +02:00
Profiler

image

max opened issue max/Nerfed#2 2024-10-20 22:59:44 +02:00
Profiler
max pushed to ecs-test at max/Nerfed 2024-10-20 03:52:04 +02:00
2c84e650d6 Combined transform systems
max pushed to ecs-test at max/Nerfed 2024-10-19 23:41:06 +02:00
82fe47f627 Profiler and LocalToWorldThreadedSystem
max pushed to ecs-test at max/Nerfed 2024-10-15 23:19:59 +02:00
6be63195f0 comment
max pushed to ecs-test at max/Nerfed 2024-10-15 23:18:02 +02:00
9387bfa59c switched back to imgui dragdrop
max pushed to ecs-test at max/Nerfed 2024-10-15 23:15:43 +02:00
86b54e1521 test with ecs source and target drag drops
ba88432e77 unsafe drag drop test
Compare 2 commits »
max pushed to ecs-test at max/Nerfed 2024-10-15 21:47:28 +02:00
5cc876fce9 tree hierachy and selection test