DEV Community

S3D-K
S3D-K

Posted on

I built a 3D engine that compresses JS with glyphs — 10k to 900 lines (v1.2)

 I just released v1.2 of S3D-K, a 3D engine that compresses JavaScript using symbolic glyphs.
One glyph = hundreds of JS lines. My own project went from 10,000 → 900 lines.
v1.2 brings:
75 glyphs (+20 new: physics, sound, animations)
Better error handling
WASM optimizations
Performance:
Parse: 71,153 ops/sec
Malbolge: 107,527 ops/sec
Glyphs: 175,439 ops/sec
Still experimental but growing fast.
🔗 https://github.com/S3DKdev/S3D-K
Drop a ⭐ if you're curious!

Top comments (0)