Skip to content

Instantly share code, notes, and snippets.

Install wsl2 with gpu supoort and ubuntu distribution
sudo apt update
sudo apt install build-essential
sudo apt-get install xorg-dev
git clone https://github.com/raysan5/raylib
cd src
make
cd ../examples
make