https://github.com/tsoding/gross
Graphics Library for Rust inspired by https://hackage.haskell.org/package/gloss
https://github.com/tsoding/gross
hacktoberfest hacktoberfest2020
Last synced: 12 months ago
JSON representation
Graphics Library for Rust inspired by https://hackage.haskell.org/package/gloss
- Host: GitHub
- URL: https://github.com/tsoding/gross
- Owner: tsoding
- License: mit
- Created: 2017-10-01T17:57:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T13:31:26.000Z (almost 7 years ago)
- Last Synced: 2025-04-29T12:15:03.307Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Rust
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.twitch.tv/tsoding)
[](https://travis-ci.org/tsoding/gross)
# Gross

Graphics Library for Rust inspired by [Gloss][gloss] library for Haskell
## Quick Start
```console
$ nix-shell # if you use NixOS
$ cargo build
$ cargo run --example hello_world
```
[gloss]: https://hackage.haskell.org/package/gloss