Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages