Move ECS to Bubel module
This commit is contained in:
parent
a7a63f6a20
commit
5411e97cb1
46 changed files with 163 additions and 154 deletions
|
|
@ -3,12 +3,12 @@ module tests.tests;
|
|||
import std.experimental.allocator;
|
||||
import std.experimental.allocator.mallocator;*/
|
||||
|
||||
import ecs.entity;
|
||||
import ecs.events;
|
||||
import ecs.manager;
|
||||
import ecs.system;
|
||||
import ecs.attributes;
|
||||
import ecs.core;
|
||||
import bubel.ecs.entity;
|
||||
import bubel.ecs.events;
|
||||
import bubel.ecs.manager;
|
||||
import bubel.ecs.system;
|
||||
import bubel.ecs.attributes;
|
||||
import bubel.ecs.core;
|
||||
|
||||
version (WebAssembly)
|
||||
{
|
||||
|
|
@ -714,7 +714,7 @@ else:
|
|||
|
||||
//foreach(i; 0..1_000_000)gEM.removeEntity(gEM.addEntity(tmpl).id);
|
||||
|
||||
import ecs.std;
|
||||
import bubel.ecs.std;
|
||||
|
||||
EntityID[] idss = Mallocator.makeArray!EntityID(5000); //[5000]
|
||||
//scope(exit)Mallocator.dispose(idss);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue