Hacker News new | ask | show | jobs
by EamonnMR 2850 days ago
It's not clear from the documentation, is this forked out of the Q3 codebase or based on the LCC book or just totally independently created?
3 comments

The README says that this is forked from the Quake 3 codebase.
It is forked from the ioquake3 code base. I've added computed gotos to the interpreter to speed it up a bit.
id took the LCC compiler and targeted it toward their custom bytecode VM. I have no idea what this author has done with the code since then, though.