Skip to content

Instantly share code, notes, and snippets.

View siikanen's full-sized avatar

Santeri Siiranen siikanen

  • Monad Oy
  • Tampere, Finland
  • 03:13 (UTC +03:00)
View GitHub Profile
@kulmajaba
kulmajaba / Star Trails.jsx
Last active October 16, 2023 09:45
Stack layers and increment opacity to create a fading star trail effect.
// Create a file in the path "Adobe Photoshop 2022/Presets/Scripts/Star Trails.jsx" and paste the contents there to use
// Star Trails, author Mika Kuitunen
// DEBUGGING STUFF
function ConsoleLog() {
// Seeing logs: macOS: nc -lvk 8000, Win: install Ncat, then ncat -lk 8000
this.socket = new Socket();
this.hostPort = "127.0.0.1:8000";
}