Sin descripción

Gary Munnelly 783fd4b454 Build broken by attempt to use iterators to optimise raycast hace 2 años
demo 783fd4b454 Build broken by attempt to use iterators to optimise raycast hace 2 años
engine 783fd4b454 Build broken by attempt to use iterators to optimise raycast hace 2 años
macros 783fd4b454 Build broken by attempt to use iterators to optimise raycast hace 2 años
shared a63e525871 Wall Raycast working again, now with lookup table for indexing texture hace 2 años
tools e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros hace 2 años
.gitignore 8be6bc542b Initial commit hace 2 años
.gitmodules f037e2d647 Added demo crate to separate engine functionality from demonstrations. JSON format for initializing engine hace 2 años
Cargo.toml e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros hace 2 años
README.md 6fd47b5e6c Wall texturing implemented. Testing tilesheets added. Added img2tex project and turned project into a workspace hace 2 años

README.md

Fourteen Screws

While waiting for my calcaneus to heal, I’m writing a Wolfenstein 3D type engine in Rust and WebAssembly.

I don’t know Rust. Or WebAssembly.