danielrh / canvas-game

A simple game/art project using canvas + rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Without a Bundler

View documentation for this example online

You can build the example locally with:

$ wasm-pack build --target web

Then serve this directory in your favourite webserver and navigate to host:port to open the index.html in your browser:

# static server from https://crates.io/crates/https
http

# or use python
python2 -m SimpleHTTPServer
python3 -m http.server

About

A simple game/art project using canvas + rust

License:Apache License 2.0


Languages

Language:Rust 51.8%Language:HTML 42.5%Language:Shell 5.7%