Skip to content

AperLambda/IonicEngine.rs.old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published