Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/installgentoo/grafix_toolbox

Personal collection of opengl and rust tools, also serving as an functional gui crate. See ./gui/elements for premade gui elements
https://github.com/installgentoo/grafix_toolbox

gamedev gui imgui opengl rust toolkit tools ui

Last synced: 3 months ago
JSON representation

Personal collection of opengl and rust tools, also serving as an functional gui crate. See ./gui/elements for premade gui elements

Awesome Lists containing this project

README

        

# grafix_toolbox

[![Crates.io](https://crates.io/crates.io/grafix_toolbox)](https://crates.io/crates/grafix_toolbox)

[![Docs.rs](https://docs.rs/grafix_toolbox)](https://docs.rs/grafix_toolbox)

# Using in your project

~~~
grafix_toolbox = "*"
~~~

grafix_toolbox is a collection of my personal tools.

If you found this crate of your own accord you'll probably be interested in the GUI capabilities.

See ./gui/elements for my premade elements, and see the rust-demo on my github for a usage example.

./gui/parts contains parts to build gui elements - namely colored rectangle, line of text, sprite, 9sprite and an sdf 9sprite.

For my utilities you can explore from kit/mod.rs