c89

  1. erysdren

    QCVM - Standalone QuakeC Virtual Machine written in C89

    I was bored and decided to write a prototype for a standalone QuakeC Virtual Machine (aka interpreter) that runs in (almost) pure C89. It's heavily based on John Carmack's original Quake code, but with the parts that tie back to the Quake engine ripped out. The goal is to make QuakeC a viable...