Skip to content

Latest commit

 

History

History

macroquad

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pakemon-macroquad

This is yet another version of the pakemon intro demo. It uses rust & macroquad.

You can see the current state here

# run native version
cargo run

# setup cross-compilation
rustup target add wasm32-unknown-unknown
rustup target add x86_64-pc-windows-gnu

# compile native for windows
cargo run --target x86_64-pc-windows-gnu

# compile for web
cargo build --target wasm32-unknown-unknown