Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/installgentoo/grafix_toolbox
- Owner: installgentoo
- License: mit
- Created: 2021-03-17T09:05:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T08:54:31.000Z (3 months ago)
- Last Synced: 2024-10-18T11:53:12.041Z (3 months ago)
- Topics: gamedev, gui, imgui, opengl, rust, toolkit, tools, ui
- Language: Rust
- Homepage:
- Size: 1.13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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