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

https://github.com/64kramsystem/warlock-64k

Rust port of the Warlock project, from the "Tricks of the Game-Programming Gurus" book
https://github.com/64kramsystem/warlock-64k

dda-algorithm game game-development lamothe raycasting rust wolfenstein wolfenstein-3d wolfenstein-3d-engine

Last synced: about 2 months ago
JSON representation

Rust port of the Warlock project, from the "Tricks of the Game-Programming Gurus" book

Awesome Lists containing this project

README

        

# Warlock-64k (WIP)

Rust port of the Warlock project, from the [Tricks of the Game-Programming Gurus](https://www.amazon.com/Tricks-Game-Programming-Gurus-Andre-Lamothe/dp/0672305070) book.

Note that the book falsely advertises the project as a Doom-like game, while it's actually only a renderer (no game logic) using unoptimized DDA ray casting (same principle as Wolfenstein 3D).