Skip to content

Instantly share code, notes, and snippets.

@psxdev
Created November 23, 2022 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psxdev/66fbf7329ed4efcc0df931cfd3cfbbe9 to your computer and use it in GitHub Desktop.
Save psxdev/66fbf7329ed4efcc0df931cfd3cfbbe9 to your computer and use it in GitHub Desktop.
Raylib on wsl2
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
run models_mesh_generation example:
./models/models_mesh_generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment