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 nightlycargo +nightly buildorrustup run nightly cargo buildif 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-rgbcargo build --example unique-tiles