Skip to content

rafaeldelboni/ggez-specs-rhusics-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGEZ Specs Rhusics Hello World!

Status

Yet another repo to test GGEZ, Specs and this time Rhusics.

Controls

Action Command
Move ← → ↑ ↓

Setup

1. Clone this repo:

Navigate into your workspace directory.

Run:

git clone https://github.com/rafaeldelboni/ggez-specs-rhusics-hello-world.git

2. Install Rust and SDL2 libraries:

3. Compile:

Navigate to the cloned repo’s directory.

Run:

cargo build

4. Run:

Run in release mode:

cargo run --release

Run in debug mode:

cargo run

Credits

Engine: https://github.com/ggez/ggez

ECS: https://github.com/slide-rs/specs

Rhusics: https://github.com/rustgd/rhusics

About

Yet another repo to test GGEZ, Specs and this time Rhusics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages