A collection of C source files for the complete 3D engine, hardware abstraction, OS and graphics api specifics (`/backends`) and some helper libraries (`/libs`). Only a minimal single file / header libraries are used.
-`/make.js`: a part of amake, handles processing of `project.js` files
-`/tcc`: actually a C compiler
#### `/project.js`
This file adds C source files, include directories, libraries and defines to the project, depending on the selected platform, graphics api and build flags.