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
34.850 KB engine
Size breakdown
index.html 751 B
index.js 6.332 KB
index.wasm 27.784 KB
Engine 34.850 KB
Total 34.850 KB
Sponza
Sponza
41.440 KB engine + 120.411 MB resources
Size breakdown
index.html 747 B
index.js 9.354 KB
index.wasm 31.357 KB
Engine 41.440 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
Hello Triangle
Hello Triangle
12.245 KB engine
Size breakdown
index.html 742 B
index.js 3.722 KB
index.wasm 7.799 KB
Engine 12.245 KB
Total 12.245 KB
Spinning Shapes
Spinning Shapes
34.935 KB engine
Size breakdown
index.html 752 B
index.js 6.312 KB
index.wasm 27.889 KB
Engine 34.935 KB
Total 34.935 KB
Textured Quad
Textured Quad
40.802 KB engine + 781.967 KB resources
Size breakdown
index.html 750 B
index.js 9.354 KB
index.wasm 30.716 KB
Engine 40.802 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.769 KB