Skip to content

Instantly share code, notes, and snippets.

View gabrieldlima's full-sized avatar
🎯
Focusing

Gabriel Lima gabrieldlima

🎯
Focusing
  • Brazil
  • 07:35 (UTC -03:00)
View GitHub Profile
@gabrieldlima
gabrieldlima / NixOS-raylib.md
Last active May 26, 2025 21:12
Raylib development environment in Nix/NixOS

Nix/NixOS raylib setup

  1. Begin by downloading the latest stable release of raylib into your project folder. Use the following commands:
cd your-project-folder
mkdir external
wget https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz -P external/
tar xvf external/5.5.tar.gz -C external/