Skip to content

Instantly share code, notes, and snippets.

View shinysocks's full-sized avatar

Noah Dinan shinysocks

View GitHub Profile
@gabrieldlima
gabrieldlima / NixOS-raylib.md
Last active March 15, 2026 03:20
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 March 17, 2026 14:33
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"
}