Skip to content

TheBall Engine is a rendering engine in C++/OpenGL created for educational purpose

License

Notifications You must be signed in to change notification settings

b4n92uid/theball-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

492 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheBall Engine

TheBall Engine is a rendering engine in C++/OpenGL created for educational purpose

Author

Generating code documentation

cd doxygen
doxygen Doxyfile

Compile

Download required libraries :

Setup CMake

mkdir build
cd build

cmake -G "Visual Studio 15 2017" ..

Configure required libraries path

//TBENGINE BOOST INCLUDE
TBENGINE_BOOST_INCLUDE:PATH=D:\librairies\cpp\boost\boost_1_61_0

Build !

MSBuild tbengine.vcxproj

About

TheBall Engine is a rendering engine in C++/OpenGL created for educational purpose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages