A 3D Game Engine built upon work done during the Game Development Bachelor Programme at Luleå University of Technology.
Vortex is currently under heavy development and will most likely not be fully operational/buildable at this moment.
- CMake 3.0+.
- Compiler with support for C++17.
- GPU supporting OGL 4.3+
- OS: Windows or Linux (so far)
See Build Instructions.
The Example folder contains two folders, "code" and "resources". In the code folder you can put all the project specific code that you project might be using. The engine will look for resources and assets in the resources folder. If not, make sure your working directory is pointing at the engine root folder.
See Documentation for more help.
The example project is simply an example implementation which shows of some features.
Documentation can be generated with Doxygen by running it with doxy_config.conf
.
This will generate a docs
folder which will contain all the documentation.
Documentation is written directly in the code using doxygen syntax but can also be done via markdown language files like this one.
See Documentation for wiki pages.