Drawings
Drawings from various past sketchbooks and some recent work of the same style, done in Inkscape with a computer tablet.
Nerd Info
note: You can stop reading now if software doesn't excite you :)
This page is built and kept up to date automatically with the help of:
- inotify-tools: simple interface to the Linux kernel's filesystem-monitoring API that avoids polling.
- imagedex: Basic file system listing for JSON consumers.
- ImageMagick: from Wikipedia, "an open source software suite for displaying, converting, and editing raster image files."
- Prep Images and api_drawings: Glue between the above tools! This is a Bash 4 script run on inotify events when my artwork is updated; manipulates (resizes, copies, etc.) using ImageMagick and generates a new imagedex JSON file for this page's consumption.
- slides.js: (coming soon) open sourced slideshow/grid-management I wrote being used on this page.
- svgToCanvas: (coming soon) open sourced SVG rendering library using Canvas APIs. I wrote this specifically to allow fine-grained control of the render-process for SVG files (sometimes visually noticable over a slow network connection).