Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cogciprocate/enamel
- Owner: cogciprocate
- License: mit
- Created: 2016-03-12T20:46:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:43:31.000Z (over 6 years ago)
- Last Synced: 2024-10-01T15:50:31.782Z (about 1 month ago)
- Language: Rust
- Size: 705 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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