git clone https://github.com/beckyfeng08/glEngine.git
cd glEngine
Setting up git submodules:
git submodule init; git submodule update
mkdir build; cd build
Run the following commands in order from the glEngine directory
./configure.sh
./build.sh
./run.sh
Only tested so far for apple arm64 Uses C++11 (to support imgui dependency)
requires at least cmake 3.31.2 to build