Skip to content

User Interface Software based on the GLRenderer library

License

Notifications You must be signed in to change notification settings

Thomas-Zorroche/Oryon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oryon

User Interface Software based on the GLRenderer library

Screenshots

screenshot01

Start Oryon

First clone GLRenderer.

git clone https://github.com/Thomas-Zorroche/GLRenderer.git

Then build GLRenderer and make sure there is the .lib file in install folder

cd GLRenderer
mkdir build && cd build
cmake ..

You need to have GLRenderer/install/Debug in your PATH environment variable.

Now clone Oryon and build it with this command

git clone https://github.com/Thomas-Zorroche/Oryon.git
cd Oryon
mkdir build && cd build
cmake .. -DCMAKE_GLRENDERER_DIR=absolute_path_of_GLRenderer_directory

Finally, you should be able to run Oryon with the GLRenderer library.

About

User Interface Software based on the GLRenderer library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages