This engyne, is intended to repleace old engyne based on opengl
First clone the repository
git clone --recursive https://github.com/mjason98/pyengyne.gitFor more build options rather than Linux, check this. In the root repository folder:
cd bgfx
make linux-release64In the root repository folder:
cd glfw
cmake . -B build
cd build
make
See assimp documentation here. In the root repository folder:
cd assimp
cmake CMakeList.txt
make -j4
In the root repository folder:
In the root repository folder:
make then, build the shaders:
make shadersIn the root repository folder:
make runIn the root repository folder: