Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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