Skip to content

Instantly share code, notes, and snippets.

@pixelsnafu
pixelsnafu / CloudsResources.md
Last active April 29, 2025 08:22
Useful Resources for Rendering Volumetric Clouds

Volumetric Clouds Resources List

  1. A. Schneider, "Real-Time Volumetric Cloudscapes," in GPU Pro 7: Advanced Rendering Techniques, 2016, pp. 97-127. (Follow up presentations here, and here.)

  2. S. Hillaire, "Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite" in Physically Based Shading in Theory and Practice course, SIGGRAPH 2016. [video] [course notes] [scatter integral shadertoy]

  3. [R. Högfeldt, "Convincing Cloud Rendering – An Implementation of Real-Time Dynamic Volumetric Clouds in Frostbite"](https://odr.chalmers.se/hand

@Ralnoc
Ralnoc / .sagent
Last active March 25, 2022 23:23
SSH Agent Management Bash Command
## SSH-Agent Manager
# Command list:
# sagent new - Generate new ssh-agent instance
# sagent [list] - List all ssh-agent instances along with keys they have loaded
# sagent <number> - Select ssh-agent instance based on number shown in sagent list
# sagent add </path/to/keyfile> - Add ssh key to currently selected ssh-agent
# sagent purgedead - Remove files related to dead ssh-agent instances