https://github.com/jacmoe/jawolf
Jacob's Wolfenstein experiment - OpenGL, C99 ..
https://github.com/jacmoe/jawolf
c99 cmake glfw3 opengl wolf3d wolfenstein-3d
Last synced: 3 months ago
JSON representation
Jacob's Wolfenstein experiment - OpenGL, C99 ..
- Host: GitHub
- URL: https://github.com/jacmoe/jawolf
- Owner: jacmoe
- License: mit
- Created: 2016-11-27T17:52:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T19:02:31.000Z (over 4 years ago)
- Last Synced: 2025-01-29T13:27:58.642Z (4 months ago)
- Topics: c99, cmake, glfw3, opengl, wolf3d, wolfenstein-3d
- Language: C
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
/*
* This file is part of the
* _ _ __
* (_) __ ___ _____ | |/ _|
* | |/ _` \ \ /\ / / _ \| | |_
* | | (_| |\ V V / (_) | | _|
* _/ |\__,_| \_/\_/ \___/|_|_|
* |__/
*
* project : https://github.com/jacmoe/jawolf
*
* Copyright 2016 - 2017 Jacob Moen
*
*/
```# jawolf
Jacob's Wolfenstein experiment - OpenGL, C99 ..![Segment Debugging][segdebug]
JaWolf is originally based on [Herrecito's 2.5D Raycaster engine][herrecito]
Uses code from [Castenstein][castenstein]
[segdebug]: https://github.com/jacmoe/jawolf/raw/master/segdebug.jpg "Segment Debugging - textures cycled for each segment"
[herrecito]: https://github.com/herrecito/engine "Herrecito's 2.5D Raycaster engine"
[castenstein]: https://bytecode77.com/garage/software/castenstein "Castenstein"