Table of Contents
QuakeC is a programming language with C-like syntax that is compiled to bytecode run on a VM in the Quake game.
Link Dump
- Quake Source Code
- https://github.com/id-Software/Quake
- QuakeC Manual
- http://www.cataboligne.org/extra/qcmanual.html
- (no term)
- https://www.quakewiki.net/darkplaces-wiki/client-side-quakec/
- Improved Compiler
- https://github.com/graphitemaster/gmqcc
- VM Opcodes
- https://github.com/hypn/quake-qcc-binaries/blob/master/src/pr_comp.c#L42
- Builtins Definitions
- https://github.com/id-Software/Quake/blob/master/qw-qc/defs.qc#L628
- Introduction to QuakeC
- https://github.com/xonotic/xonotic/wiki/Introduction-to-QuakeC