暂无描述

Gary Munnelly 6e7f473ec9 Refactoring raycaster into structs 2 年之前
demo e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros 2 年之前
engine 6e7f473ec9 Refactoring raycaster into structs 2 年之前
macros e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros 2 年之前
shared e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros 2 年之前
tools e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros 2 年之前
.gitignore 8be6bc542b Initial commit 2 年之前
.gitmodules f037e2d647 Added demo crate to separate engine functionality from demonstrations. JSON format for initializing engine 2 年之前
Cargo.toml e93b1dab00 Refactored code into modules. Deleted much legacy code. Switched lookup table generation from build.rs to macros 2 年之前
README.md 6fd47b5e6c Wall texturing implemented. Testing tilesheets added. Added img2tex project and turned project into a workspace 2 年之前

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.