https://github.com/jacmoe/neogardens
Retro graphics programming in 16bit style - using a modern tool-chain
https://github.com/jacmoe/neogardens
c c99 glfw3 raycasting retro
Last synced: over 1 year ago
JSON representation
Retro graphics programming in 16bit style - using a modern tool-chain
- Host: GitHub
- URL: https://github.com/jacmoe/neogardens
- Owner: jacmoe
- License: mit
- Created: 2017-03-02T16:27:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T13:44:06.000Z (about 9 years ago)
- Last Synced: 2025-01-29T13:27:55.099Z (over 1 year ago)
- Topics: c, c99, glfw3, raycasting, retro
- Language: C
- Homepage:
- Size: 632 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neogardens
This project is a modern version of my [retrogardens][retrogardens] project.
Instead of C++, DosBox, Borland C 3.1 and TASM, this project uses C, Glfw3 and OpenGL via my [nasl][nasl] library, and should run natively on any modern OS.
## Screenshots
![Neogardens Palette Demo][1pal]
![Neogardens Wireframe Maze Demo][2maze]
![Neogardens Solid Color Raycast Maze Demo][4rays]
![Neogardens Textured Raycast Maze Demo][5rayt]
![Neogardens Floor and Ceiling Textured Raycast Maze Demo][6rayf]
![Neogardens Lightsourced Raycast Maze Demo][7rayl]
[nasl]: https://github.com/jacmoe/nasl "Nasl is Not A Sixteen Bit Library"
[retrogardens]: https://github.com/jacmoe/retrogardens "retrogardens"
[1pal]: https://github.com/jacmoe/neogardens/raw/master/1pal.jpg "Neogardens Palette Demo"
[2maze]: https://github.com/jacmoe/neogardens/raw/master/2maze.jpg "Neogardens Wireframe Maze Demo"
[4rays]: https://github.com/jacmoe/neogardens/raw/master/4rays.jpg "Neogardens Solid Color Raycast Maze Demo"
[5rayt]: https://github.com/jacmoe/neogardens/raw/master/5rayt.jpg "Neogardens Textured Raycast Maze Demo"
[6rayf]: https://github.com/jacmoe/neogardens/raw/master/6rayf.jpg "Neogardens Floor and Ceiling Textured Raycast Maze Demo"
[7rayl]: https://github.com/jacmoe/neogardens/raw/master/7rayl.jpg "Neogardens Lightsourced Raycast Maze Demo"