summaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Collapse)Author
2025-03-28generate docs for ecsLorenzo Torres
2025-03-28Made ECS a separate module and implemented basic input handling.Lorenzo Torres
2025-03-27Made Renderer a separate moduleLorenzo Torres
2025-03-23make the ecs subsystem be a separate moduleLorenzo Torres
2025-03-23PROPOSAL: IRErnesto Lanchares
This is a proposal of a custom IR to run wasm. At the moment only `ir.zig` has some parts related to this IR. The idea of the IR is to be a subset of the one defined in wasm. There are some gaps (mostly in wasm instructions that have opcode 0xFC) but in wasm they don't use all of the opcodes for some reason so maybe we could try to utilize them and be a superset of wasm.
2025-03-16removed opengl from build.zigLorenzo Torres
2025-03-12base codeLorenzo Torres