An open API service indexing awesome lists of open source software.

https://github.com/amroibrahim/DIYQuake

An attempt to understand how Quake engine works
https://github.com/amroibrahim/DIYQuake

quake quake-engine softwarerenderer

Last synced: 12 months ago
JSON representation

An attempt to understand how Quake engine works

Awesome Lists containing this project

README

          

# Do It Yourself Quake With SDL (Quake Internals)
This is a personal project, in an attempt to understand how Quake engine works.

[Notes 000 - Introduction](./Quake/Notes000/notes/README.md)
[Notes 001 - The Big Picture](./Quake/Notes001/notes/README.md)
[Notes 002 - Memory Manager](./Quake/Notes002/notes/README.md)
[Notes 003 - PAK Files](./Quake/Notes003/notes/README.md)
[Notes 004 - Color Palette](./Quake/Notes004/notes/README.md)
[Notes 005 - Alias Models Skin](./Quake/Notes005/notes/README.md)