QCVM: C で書かれたチュウサイズの QuakeC VM
A bite-sized QuakeC virtual machine written in C, based on the original Quake Engine source code release from 1999. Tools State-of-the-art QuakeC compiler Kaitai Struct definitions file for the QuakeC “progs” format. Todo Refactor code to remove globals, allowing for multiple instances to run simultainiously. Add function-search to call specific functions by name, along with…