Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ticki/rugra

An ultra minimal graphics engine in Rust
https://github.com/ticki/rugra

Last synced: about 1 month ago
JSON representation

An ultra minimal graphics engine in Rust

Awesome Lists containing this project

README

        

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](http://ticki.github.io/rugra/rugra/index.html)