Skip to content

Instantly share code, notes, and snippets.

@CascadeHush
CascadeHush / Text_to_SVG_1_0.pde
Created December 31, 2025 02:42
Text to SVG for Processing 4 - Generate text asset files
/*
Text to SVG for Processing
This was developed as a quick and reliable way to generate text assets for use in any program that can use SVG files.
Outputs
My Use Case:
Krita Text handing is unusable. It regularly drops fonts or fails to recongise new fonts.
It may display the correct font in the text entry dialog, but in the image it is just a default font.
@CascadeHush
CascadeHush / RenameSteamScreenshots2025.ps1
Created December 22, 2025 03:10
Rename Steam screenshots to include the game name (Powershell Script)
<#
Steam Screenshot Renamer
For achiving or storing steam screenshots outside of steam.
The script's main purpose is to rename the steam screenshots to add the game name.
It looks up the name of the game online based on the ID.
Also deletes thumbnails.
After running this script you will need to manually move the files to wherever you collect your media files.