member since
December 31, 2011
upload thumbnail
portfolio of
Christian Marc Schmidt
translates lat/lons to a map
scans a text and extracts the top keywords, sorted by popularity. it filters out undesirable words using a blacklist.
Random bubbles loading in from a textfile
Uses asynchronous loading
creates a bubble chart using gravitational pull and collision
variation of Bechers v2, with a zoom context/focus interaction
get minimum and maximum values for an ArrayList
a traditional scatterplot bubble graph
basic scatterplot layout, sorting indeces along the x-axis and color values along the y-axis
basic radial cluster layout
basic cluster layout with grid pattern
basic list layout algorithm
arranges a set of objects in radial clusters
incorporates filtering into the Bechers example
simple example to filter an array of objects
implements a custom class to sort a simple array of objects by index, and by color
Simple example showing how to change the drawing order (stack order) of a bunch of objects
loading an SVG file as part of an object class
loading an image as part of an object class
toggle between views using keys 1 through 6
Sample collection visualization of the work of Bernd and Hilla Becher
An example of how to use object arrays. Also uses tweening between sorts.
writing a game of pong using functions and objects
all of our critters combined in a single sketch
Random Motion and Easing combined
A circle moving back and forth across the screen.
This is an evolution of the line graph example we worked on in class, using a Class.
A circle moving towards the mouse pointer
Basic line graph using a continuous line
Simple code to generate a dynamic pie chart using random numbers.