-multitheaded wasm tests -updated dub.json -fixed thread pool assert issue -added windows libraries -added demos: *launcher *simple *snake *space invaders (WIP) *statistics window *changable gui styles *tips window *profile window *demo window with automatic generation *multithreaded job updater
19 lines
No EOL
295 B
D
19 lines
No EOL
295 B
D
module demos.flag_component;
|
|
|
|
import app;
|
|
|
|
import bindbc.sdl;
|
|
|
|
import cimgui.cimgui;
|
|
|
|
import ecs.attributes;
|
|
import ecs.core;
|
|
import ecs.entity;
|
|
import ecs.manager;
|
|
import ecs.std;
|
|
|
|
import ecs_utils.gfx.texture;
|
|
import ecs_utils.math.vector;
|
|
import ecs_utils.utils;
|
|
|
|
extern(C): |