Skip to content
A demo game project for Dyon/Piston/Glium to test Dyon and research design for dyon_interactive
Rust GLSL
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets
images
src
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md

README.md

dyon_asteroids

A demo game project for Dyon/Piston/Glium to test Dyon and research design for dyon_interactive

Current screenshot (work in progress):

screenshot

How to install and run

The demo game is in early development stage and Dyon has not yet added a feature for shipping binaries. This means you need to compile the engine and run it from source:

  1. Install Rust
  2. Fork the repo
  3. Open up the Terminal window and go the project directory
  4. Type cargo run --release
You can’t perform that action at this time.