Skip to content

Instantly share code, notes, and snippets.

View shinysocks's full-sized avatar
🏔️
moved to codeberg

shinysocks

🏔️
moved to codeberg
View GitHub Profile
@gabrieldlima
gabrieldlima / NixOS-raylib.md
Last active December 8, 2025 21:51
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/
@stellasphere
stellasphere / descriptions.json
Last active January 29, 2026 05:49
WMO weather interpretation code descriptions (& images)
{
"0":{
"day":{
"description":"Sunny",
"image":"http://openweathermap.org/img/wn/01d@2x.png"
},
"night":{
"description":"Clear",
"image":"http://openweathermap.org/img/wn/01n@2x.png"
}