BebraCraft (RaspberryPI branch)
Seems layout doesn't work on opengl 2.1, but mesa still compilling this shader
Installation
Debian/Ubuntu/RpiOS/...
sudo apt update # && sudo apt upgradesudo apt install build-essential cmake extra-cmake-modules libopengl-dev libglx-dev libglu1-mesa-dev libglm-dev libglew-dev glew-utils libsdl2-dev libstb-dev
Building
git clone https://github.com/6yntar05/BebraCraft --branch raspberrypimkdir build; cd buildcmake ..; cmake --build ./ -j${nproc}./BebraEngine
