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

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 ..

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"