bubel-ecs/demos
Mergul e76c5ccdb2 Huge demos update
-moved C stdlib function definitions to ecs_utils.utils
-added function to calculate mix(linear interpolation) and rsqrt(fast inverse sqrt)
-added some math to vec2 (length, normalize...)
-improved renderer with possibility to use multiple materials (one per block, not perfect solution for parallel compute, but works with some requirements)
-added blending support for material (opaque, additive, mixed)
-added Android support
-added gprahical representation for mouse tools (tool_circle.d)
-added initial support for editing template components variables
-better Component and Templates listing
-added possibility to add/removes components using mouse
-move CLocation to game_core.basic and reuse in every test
-moved tools code from demos to App (now code is fully separated from demos!)
-some improvement and fixes in Snake demo, with additional systems to handle adding and removing entities
-added new demo: Particles. By now demo has several particles to spawn and support for attractors and vortexes (calculation is made as every attractor with every entity)
-fixed bug with window hover and tools
-improved tool behaviour
-added new material
-now window is always opened as maximized windowed mode
-some minor fixes and improvements
2020-06-06 22:46:29 +02:00
..
assets Huge demos update 2020-06-06 22:46:29 +02:00
external Huge demos update 2020-06-06 22:46:29 +02:00
libs Android update and small improvements 2020-06-01 11:24:50 +02:00
source Huge demos update 2020-06-06 22:46:29 +02:00
utils Huge demos update 2020-06-06 22:46:29 +02:00
.gitignore Android update and small improvements 2020-06-01 11:24:50 +02:00
cimgui.bc -Demos: 2019-11-12 20:33:31 +01:00
cimgui.dll -Demos: 2019-11-12 20:33:31 +01:00
compile_android.py Huge demos update 2020-06-06 22:46:29 +02:00
compile_wasm.py CI and common update: 2020-05-01 19:26:21 +00:00
dub.json Android update and small improvements 2020-06-01 11:24:50 +02:00
emscripten_multi_shell.html CI and common update: 2020-05-01 19:26:21 +00:00
emscripten_shell.html CI and common update: 2020-05-01 19:26:21 +00:00
libpng16-16.dll -improved WASM compilation scripts 2019-11-06 20:38:46 +01:00
SDL2.dll -improved WASM compilation scripts 2019-11-06 20:38:46 +01:00
SDL2_image.dll -improved WASM compilation scripts 2019-11-06 20:38:46 +01:00
zlib1.dll -improved WASM compilation scripts 2019-11-06 20:38:46 +01:00