WAP is a library for support original ressources for WAP32 engine.
First version was written on Haxe lang as draft implementation following to results of mindblowing reverse-engineering of th original game.
Second version is reimplementation on Rust.
Checkout the entire project there.
- Install Rust via RustUp (intro-doc).
rustup install nightly
cargo +nightly build
orrustup run nightly cargo build
if prev step was omitted.
NOTE: currently nightly isn't needed, bust build with actual stable rustc.
cargo test
or cargo test specified_test
.
cargo build --example tiles-rgb
cargo build --example unique-tiles