-added external bindbc.sdl import for WASM -working on demos (WIP, working simple demo with ECS and SDL2) -small change in ecs.std
6 lines
No EOL
65 B
D
6 lines
No EOL
65 B
D
module ecs_utils.math.matrix;
|
|
|
|
struct mat3
|
|
{
|
|
float[9] data;
|
|
} |