Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
/ WAP32.rs Public archive

WAP32 implementation in Rust for Gruntz!

License

Notifications You must be signed in to change notification settings

boozook/WAP32.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WAP32 implementation in Rust for Gruntz!

Topics

Resources

License

Stars

Watchers

Forks

Languages