/piston-examples

A collection of examples using the Piston game engine

Primary LanguageRustMIT LicenseMIT

piston-examples Build Status

A collection of examples using the Piston game engine

How to contribute

How to build & run examples

To build the examples, you need the latest Rust nightly and Cargo installed.

  1. Install Cargo
  2. In the Terminal window, navigate to the project directory of the example you want to build.
  3. Type cargo build
  4. Type cargo run --bin hello_world

Troubleshooting