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)
- Host: GitHub
- URL: https://github.com/colleagueriley/pureduke3d
- Owner: ColleagueRiley
- Created: 2024-04-04T19:46:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:10:41.000Z (about 2 years ago)
- Last Synced: 2025-04-02T16:11:34.477Z (over 1 year ago)
- Topics: duke3d, duke3d-source-port, puredoom, rgfw, single-header
- Language: C
- Homepage:
- Size: 1.08 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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