Created
November 23, 2022 07:52
-
-
Save psxdev/66fbf7329ed4efcc0df931cfd3cfbbe9 to your computer and use it in GitHub Desktop.
Raylib on wsl2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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