Crates.io | enamel |
lib.rs | enamel |
version | 0.3.0 |
source | src |
created_at | 2016-03-13 21:54:39.465559 |
updated_at | 2016-05-16 02:11:24.620069 |
description | A simple OpenGL interface overlay for use with Glium. |
homepage | https://github.com/cogciprocate/enamel |
repository | https://github.com/cogciprocate/enamel |
max_upload_size | |
id | 4447 |
size | 906,564 |
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.
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.