Skip to content

eriklumens/Arya

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building on Linux

Building Borea on Linux requires the following libraries:

  • OpenGL (>= 3.0, with GLSL >= 4.0)
  • GLEW
  • GLFW (>= 2.7.7)
  • Poco (>= 1.4.5)
  • luabind

Also CMake is required for building

Simply navigate to the root directory of the repository and run

$ cd build
$ cmake .
$ make

Then open ./bin/AryaGame to run the game.

About

Modern OpenGL experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.1%
  • C 37.8%
  • Objective-C 2.8%
  • Lua 1.3%