IonicEngine is an multimedia graphic library in Rust. It uses glfw-rs.
It is focused on the creation of GUI, like frames, buttons, menus...
It is still in development, we'd be glad if you helped us!
IonicEngine use glfw-rs, it needs GLFW 3.x and CMake installed. Add them in your PATH environment variable.
Just install GLFW 3.x and CMake via your package manager.
Add this to your Cargo.toml
:
[dependencies.ionic_engine]
git = "https://github.com/AperEntertainment/ionic_engine.git"