Skip to content

mjason98/pyengyne

Repository files navigation

My Engyne

This engyne, is intended to repleace old engyne based on opengl

Build, Run and Release compilation

First clone the repository

git clone --recursive https://github.com/mjason98/pyengyne.git

Build bgfx

For more build options rather than Linux, check this. In the root repository folder:

cd bgfx
make linux-release64

Build glfw

In the root repository folder:

cd glfw
cmake . -B build
cd build
make 

Build assimp (for model loading)

See assimp documentation here. In the root repository folder:

cd assimp
cmake CMakeList.txt
make -j4

Build reactphisics3d

In the root repository folder:

Build the engyne

In the root repository folder:

make 

then, build the shaders:

make shaders

Run the engyne

In the root repository folder:

make run

Build a release version

In the root repository folder:

About

game engyne

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors