Go to file
2026-08-19 19:32:27 -05:00
bin 'what an expensive mistake this turned to to be' (was curious and revived my mistake of a .5K rig from a couple of years ago to toss the CPU=>GPU serialization issue at it just for it to shuffle some lines after 5M tokens) 2026-08-19 15:44:13 -05:00
client
dep
docs cleaned up GD-ROM/MIL-CD creation stack with my own utility, updated documentation (somewhat) 2026-08-12 15:47:41 -05:00
engine impressive... (some physics fixes i wasn't able to find myself), some fixes to get it to compile under linux (again, I thought it did before) 2026-08-19 19:32:27 -05:00
ext
makefiles cleaned up GD-ROM/MIL-CD creation stack with my own utility, updated documentation (somewhat) 2026-08-12 15:47:41 -05:00
.gitignore impressive... (some physics fixes i wasn't able to find myself), some fixes to get it to compile under linux (again, I thought it did before) 2026-08-19 19:32:27 -05:00
debug.sh
LICENSE
Makefile impressive... (some physics fixes i wasn't able to find myself), some fixes to get it to compile under linux (again, I thought it did before) 2026-08-19 19:32:27 -05:00
program.sh
README.md

Engine

An unnamed, almost-entirely from-scratch, engine written in C++.

Build

While the build system is fairly barebones and robust under make, dependency tracking is not.

  • Ensure all requested dependencies under REQ_DEPS are available in your build system, as well as a valid compiler under CC/CXX.

Configuration for build targets are available under ./makefiles/ are available with the naming convention ${system}.${compiler}.make.

  • Additional compiler flags and make variables can be specified here.

To compile, run make. The outputted libraries and executables will be placed in the right folders under ./bin/.

Run

Currently, a barebones setup is provided via the .zip bundle.

If adequate assets are provided, run ./program.sh or make run. This ensures the path to the required libraries are added to the PATH.

Documentation

The provided documentation under ./docs/ should (eventually) provide thorough coverage over most, if not all, of this project.