This is a modernized id Tech 3 engine.
Go to Releases section to download latest binaries for your platform.
This repository does not contain any game content from Quake III Arena
Rendering:
- OpenGL renderer
- Vulkan renderer
- Physical Based Rendering
Audio:
- OpenAL backend with HRTF for true 3D positional audio.
- Engine code targets C23, with incremental modernization for safety and portability.
- Engine-internal code prefers native C
bool; legacyqbooleanis retained where required for compatibility.