Skip to content
An ultra minimal graphics engine in Rust
Rust
Branch: master
Clone or download
Latest commit 1ef0e3d Nov 18, 2016
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Fix step function Dec 3, 2015
src Bring up-to-date Mar 11, 2016
.gitignore Initial commit Nov 29, 2015
Cargo.toml Update Cargo.toml. Nov 18, 2016
LICENSE.md License Dec 1, 2015
README.md Fix broken doc link Dec 1, 2015

README.md

Rugra: Ultra minimal graphics library for Rust.

Rugra is a very small and simple 2D graphics library for Rust. It's based on CSFML (RSFML).

Rugra aims to be easy to use and learn. It's intented for new Rustaceans and for people who just want to get started with their project fast.

Rugra is currently somewhat limited, so you're welcome to sent a pull request for adding new features.

To get Rugra working, you have to install CSFML, either by using you package manager or downloading and bulding it manually.

docs

You can’t perform that action at this time.