Visual Experiments
002 Draw letterforms using circles; export/save SVG file (SVG) [
info view zip git]
005 Drawing line by line with a repeated colour palette on HTML Canvas; adapted from 003. (Canvas) [
info view zip git]
006 No animation: the image is calculated and displayed in one go. Adapted from 005. (Canvas) [
info view zip git]
022 Drawing a faded rectangle, then drawing the same shape but moving the top-right point 10px to the right—over and over (SVG, loop) [
info view zip git]
024 drawing: hover: css changes (colours, rotation) (SVG, CSS) [
info view zip git]
027 ground ui work for a pixel drawing tool (jQuery, HTML) [
info view zip git]
029 Simpler version of 027; introducing loops and variables (HTML, jQuery, CSS) [
info view zip git]
029b (HTML + jQuery + CSS) simpler version of 027; introducing loops and variables [
info view zip git]
030 simple SVG shapes with basic coordinates (SVG) [
info view zip git]
031 simple SVG shapes with basic coordinates (SVG) [
info view zip git]
032 Copy image to new image (lower resolution), then parse pixels colors from images and create svg (jquery, canvas, svg) [
info view zip git]
036 move a square within a parametric grid: keyboard and mouse interactions; draw with pixel, brushes, lines [
info view zip git]
037 Glitch: draw a line over an image usign the clicked pixel colour [
info view zip git]
038 Gradients generator with steps and colour palette. [
info view zip git]
039 Copy current frame from a video into a canvas, every 1/30th of a sec (works in Chrome and Firefox, due to source file format) [
info view zip git]
040 Glitch: draw a line over an image usign the clicked pixel colour [
info view zip git]
041 Slitscan a video; extension of 039. Copy 20 pixels wide vertical band from a video every XXth seconds and paste it next to previous vertical bands in a Canvas image. [
info view zip git]
042 Copy current frame from a video into a canvas, every 1/30th of a sec (works in Chrome and Firefox, due to source file format) [
info view zip git]
053 Exploring dithering: batch convert images (image magic) [
info view zip git]