Neotolis Engine
Minimalist game engine for Web/WASM
Tiny output · Zero magic · Code-first · C17
Philosophy
-
Code-first
Game controls the main loop. The engine gives building blocks, not a pipeline.
-
Explicit over implicit
You see everything. No hidden behavior, no magic behind the scenes.
-
Keep it simple
Less code is better. Simplify further when possible.
-
Tiny size
Every byte counts. Binary size tracked on every PR.
-
Set of modules
Use only what you need.
-
Prebuilt assets
Source formats packed into binaries at build time. Runtime loads packs on demand, no parsers.
Features
- Code-first — Game controls the main loop. The engine gives building blocks, not a pipeline.
- Explicit over implicit — You see everything. No hidden behavior, no magic behind the scenes.
- Keep it simple — Less code is better. Simplify further when possible.
- Tiny size — Every byte counts. Binary size tracked on every PR.
- Set of modules — Use only what you need.
- Prebuilt assets — Source formats packed into binaries at build time. Runtime loads packs on demand, no parsers.
Examples
Shape Renderer Bench
Shape Renderer Bench
35.186 KB engine
Size breakdown
index.html 751 B
index.js 6.384 KB
index.wasm 28.068 KB
Engine 35.186 KB
Total 35.186 KB
Hello Triangle
Hello Triangle
12.496 KB engine
Size breakdown
index.html 742 B
index.js 3.741 KB
index.wasm 8.030 KB
Engine 12.496 KB
Total 12.496 KB
Spinning Shapes
Spinning Shapes
34.746 KB engine
Size breakdown
index.html 752 B
index.js 6.249 KB
index.wasm 27.763 KB
Engine 34.746 KB
Total 34.746 KB
Sponza
Sponza
41.239 KB engine + 120.411 MB resources
Size breakdown
index.html 747 B
index.js 9.300 KB
index.wasm 31.210 KB
Engine 41.239 KB
assets/sponza_core.ntpack 3.139 KB
assets/sponza_full.ntpack 94.864 MB
assets/sponza_geo.ntpack 3.487 MB
assets/sponza_tex.ntpack 22.058 MB
Resources 120.411 MB
Total 120.452 MB
Textured Quad
Textured Quad
40.474 KB engine + 781.967 KB resources
Size breakdown
index.html 750 B
index.js 9.300 KB
index.wasm 30.441 KB
Engine 40.474 KB
assets/base.ntpack 736 B
assets/lenna_hires.ntpack 777.779 KB
assets/lenna_pixel.ntpack 3.469 KB
Resources 781.967 KB
Total 822.440 KB