rugra 0.1.0

Small and simple graphics library.
Documentation
  • Coverage
  • 85.37%
    105 out of 123 items documented0 out of 96 items with examples
  • Size
  • Source code size: 276.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.61 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • ticki/rugra
    40 1 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ticki

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