naortega / castletour

[MIRROR]

Home Page:https://code.ortegas.org/nortega/castletour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CastleTour

This repo is a combination of a few Irrlicht tutorials.

Compiling

This project uses CMake and has only been tested on a 32-bit Linux computer. To compile this code install Irrlicht (from the repos) and all other necessary libraries (such as OpenGL) and run the following commands:

$ cd build/
$ cmake ..
$ make

Then, in order to run, use the script castle-tour.sh located in the root directory.

License

Since this really isn't my code but a combination of multiple Irrlicht tutorials, I have licensed this project under the Unlicense, because it's kind of like a tutorial.

About

[MIRROR]

https://code.ortegas.org/nortega/castletour

License:The Unlicense


Languages

Language:C++ 80.4%Language:CMake 19.0%Language:Shell 0.6%