Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cogciprocate/enamel

An OpenGL interface overlay for Glium
https://github.com/cogciprocate/enamel

Last synced: 22 days ago
JSON representation

An OpenGL interface overlay for Glium

Awesome Lists containing this project

README

        

enamel
======

[![](http://meritbadge.herokuapp.com/enamel)](https://crates.io/crates/enamel)

*A pretty coating to protect the Rust inside.*

An OpenGL™ interface overlay library for use with [Glium].

This project is in very early stages but buttons and textboxes work just fine.

## Usage

Add the following to your `Cargo.toml`:

```
[dependencies]
enamel = "0.2"
```

See [examples] for usage. Obviously documentation is sparse but there should
be some rustdoc up eventually.

[examples]: https://github.com/cogciprocate/enamel/tree/master/examples
[Glium]: https://github.com/tomaka/glium