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

https://github.com/colleagueriley/pureduke3d

Header-only Duke Nukem source port, inspired by PureDOOM (VERY WIP)
https://github.com/colleagueriley/pureduke3d

duke3d duke3d-source-port puredoom rgfw single-header

Last synced: 6 months ago
JSON representation

Header-only Duke Nukem source port, inspired by PureDOOM (VERY WIP)

Awesome Lists containing this project

README

          

# PureDUKE3D.h
Header-only Duke Nukem source port, inspired by PureDOOM

# todo
- fix compile errors on test.c
- replace SDL code with "generic" code for an API to fill in
- add more single-header/dynamic features

# building
run `make PureDuke3D.h` to generate the PureDuke.h\
run `make test` to run a simple test for the header file\
run `make debug` to do both