Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ticki/rugra
- Owner: ticki
- License: mit
- Created: 2015-11-30T14:46:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T11:26:04.000Z (about 4 years ago)
- Last Synced: 2024-11-17T00:49:20.945Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 729 KB
- Stars: 40
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)