back
Utilities
Chronoscope is a simple Calendar/Notes program for Windows and Linux built with C and SDL2 in 2023. More info over at itch.io.
ImageViewer
is an ultra-minimalistic image viewing program for Windows built with C and SDL2 in 2020
Download it here. The code can be accessed at https://github.com/Introscopia/ImageViewer.
- Art Prompt Generator
A fairly common technique in the arts is using cutouts from magazines or newspapers to compose random phrases,
Generating perhaps something surprising and interesting, or at least inspiring in some sense. This project has the same purpose.
The modular interface allows the user to select and organize cards of many different categories e generate random data for each one
So one assembles a board with cards and labels delineating the rough concept and the program generates the specifics!
Made with p5.js.
- Calendar Maker
A simple calendar maker on the browser with extensive customization options.
Made with p5.js.
- dmccooey to STL
A converter from the notation found at David I. McCooey's awesome polyhedron encyclopedia to STL format.
- Processing Vector Graphics Tool
Processing has a wonderful framework for generating vector graphics programatically,
but it can be pretty tough to draw shapes by typing in numbers and very clunky in the
case of bezier curves. One alternative is to create this image in a separate software
and import it as an SVG, which not everyone can do, especially begginners, and to
create dynamic shapes you need the raw data so that you can splice your variables right
into the vertex() calls.
So this is simple vector graphics editor which outputs Processing code. I plan to add
more functionality and to eventually convert it into a proper 'Tool' for the Processing
IDE.
back