🛠Tools
Here you can find some of the tools I've either developed or find incredibly useful.
Original Custom Tools
Static Portfolio Generator
https://github.com/frostbitten/frostbitten-static-portfolio-generator
The tool used to generate the very site you're on now!
Organize your artwork by year, then run the `build` process, and you've got a portfolio fit for uploading to any static website host.
Photoshop Color Cycle Generator
https://github.com/frostbitten/Photoshop-Color-Cycle-Generator
This tool helps in the design of color cycle animations by doing a few things:
- Precomputing the value offset for each frame using custom Gradient Maps
- Automatically creates the necessary frames and animates the appropriate layers
- Prepares both forward and reverse sets of animation frames
- Enjoy fast prototyping and designing of your own color cycle animations!
FROSTxHASH
https://frostxhash.clxn.art
Layer-based fxhash project builder.
Generative still PNGs and animated GIFs.
Builds projects in-browser. No installation required. Samples provided.
Internet Radio Archivist
https://github.com/frostbitten/internet-radio-archivist
Internet Radio Archivist is a Node.js application for archiving live internet radio stations. The application records audio streams from specified radio stations and segments the recordings into half-hour chunks, saving them to disk. It is designed to be run continuously, ensuring you have a historical archive of your favorite internet radio stations.
Blender Frost
https://github.com/frostbitten/blender-frost
This is a collection of addons, tools, and random bits of info that have helped me achieve a smooth Blender experience.
auto_set_output_path.py - Automatically set the output path based on a template. Helpful when quickly iterating on a project to ensure new renders don't overwrite previous ones. The automatic update triggers after each save and whenever the template is updated.
Other Awesome Tools and Projects
Made by other people.
Tufte CSS
by Dave Liepmann
https://edwardtufte.github.io/tufte-css/
Tufte CSS provides tools to style web articles using the ideas demonstrated by Edward Tufte’s books and handouts. Tufte’s style is known for its simplicity, extensive use of sidenotes, tight integration of graphics with text, and carefully chosen typography.