the example of opengl engine
git clone https://github.com/g0vnocoders/balash-new
brew install glew
brew install glm
make macos
make
# open it with C:\msys64\mingw64.exe!!! not cmd.exe
pacman -S git
pacman -S mingw-w64-x86_64-gcc
git clone https://github.com/g0vnocoders/balash-new
cd balash-new
makepkg -sCL
make
# Ubuntu/Debian
sudo apt-get update
sudo apt-get install cmake pkg-config
sudo apt-get install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev
sudo apt-get install libglew-dev libglfw3-dev libglm-dev
sudo apt-get install libao-dev libmpg123-dev
sudo apt-get install libpng-dev
git clone https://github.com/g0vnocoders/balash-new
cd balash-new
make
make newproject