Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (22 loc) · 1.16 KB

File metadata and controls

46 lines (22 loc) · 1.16 KB

WAP

WAP is a library for support original ressources for WAP32 engine.

Prepare ressources.

History of Project

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.


How to build

  1. Install Rust via RustUp (intro-doc).
  2. rustup install nightly
  3. cargo +nightly build or rustup run nightly cargo build if prev step was omitted.

NOTE: currently nightly isn't needed, bust build with actual stable rustc.

How to run tests

cargo test or cargo test specified_test.

Run tests on iOS

How to run examples

  • cargo build --example tiles-rgb
  • cargo build --example unique-tiles