/IonicEngine.rs.old

IonicEngine is an multimedia graphic library in Rust.

Primary LanguageRustGNU Lesser General Public License v3.0LGPL-3.0

ionic_engine

Build Status

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!

Using IonicEngine

Prerequisites

Windows

IonicEngine use glfw-rs, it needs GLFW 3.x and CMake installed. Add them in your PATH environment variable.

Others

Just install GLFW 3.x and CMake via your package manager.

Including IonicEngine in your project

Add this to your Cargo.toml:

[dependencies.ionic_engine]
git = "https://github.com/AperEntertainment/ionic_engine.git"