Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 945 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 945 Bytes

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"