A VM which is intended for the creation and preservation of 3D worlds
Go to file
zongor 52c33178d3 start from scratch with own code 2025-05-11 18:54:31 -04:00
docs migrate old compiler, hack on that instead 2025-05-04 14:51:38 -04:00
src start from scratch with own code 2025-05-11 18:54:31 -04:00
test start from scratch with own code 2025-05-11 18:54:31 -04:00
.gitignore add initial compiler, add tests 2025-05-03 21:07:19 -04:00
LICENSE Initial commit 2023-02-04 19:47:41 -05:00
README.org update readme 2025-05-03 21:11:09 -04:00

README.org

Zongor's Universe Machine

The universe machine is a Virtual Machine that is intended to create 3D environments (Universes) for video games and/or generic 3d modeling jobs

It is inspired by uxn, var'aq, TIS-100, the kings crook engine by EMMIR, Dusk os, Inferno, and Plan9.

The authors main implementation of ZUM in written in ZTL/C and uses the SDL2 library as this implementations backend to do drawing, sound, and other things.