Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T13:31:26.000Z (over 5 years ago)
- Last Synced: 2024-08-02T22:21:59.238Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Rust
- Size: 30.3 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](https://www.twitch.tv/tsoding)
[![Build Status](https://travis-ci.org/tsoding/gross.svg?branch=master)](https://travis-ci.org/tsoding/gross)# Gross
![tsoder](https://raw.githubusercontent.com/tsoding/gross-brand/master/images/logo.png)
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