Art from the digital eye and digital mind. Generative design.
Noodles | 53 4C
Noodle is a 1-bit sketchpad written in uxntal
as part of the uxn/Varvara ecosystem. 53 4C
are my initials in hex and is my watermark for my 1-bit characters and drawings which I hope to eventually sell as stickers.
Pixel Moshing
Piercing the Veil
Ronin
Ronin is an image processing and graphic design tool which interprets a dialect of Lisp to automate simple graphical tasks like exporting, resizing, and generating procedural imagery. For each image a deem worthy of showcasing here, I will link to the accompanying .lisp
script so you may easily copy, repurpose, and build upon it.
Image Sources
Ronin Techniques
Ronin calls for import and saturation (clear) (import $path) (pixels fn ~q ~rect) (def {name} {val}) (fill ~shape {color}) The Ronin call: (saturation pixel q) does something unknown. Maybe gets saturation quantity at pixel? Changes sat of one pixel?