James Todd

Results 132 comments of James Todd

#### MODE IDEA: Interactive fractal tree http://www.princeton.edu/~aatishb/processing/tree_noleaves/ I know there's about a million of these around, but this one has a fun exploratory interface and the code is quite small....

#### MODE IDEA: "Simplify" http://simplify.thatsh.it/ and code @ https://github.com/jpag/simplify.thatsh.it This is a very cool little app that takes a photo and creates an artistic impression of it with simple shapes...

#### MODE IDEA: Inspirograph http://nathanfriend.io/inspirograph/ with code @ https://github.com/nfriend/inspirograph Incredible and well thought out spirograph like toy. Use [D3.js SVG library](http://d3js.org/) and [TypeScript](http://www.typescriptlang.org/). Quite fun! **Work/Changes required:** - Though it...

#### MODE IDEA: Direct Scratch/Snap support http://scratch.mit.edu -- http://snap.berkeley.edu/ This would allow for a far more direct web based interface than the external application integration, but would rely on existing...

These modes don't fit into the core model, and the idea of adding more modes to the list of "Experimental" doesn't fit either (figuratively in the sense of the program's...

#### MODE IDEA: Double-pendulum trace/physics sandbox http://www.i-programmer.info/news/167-javascript/7528-a-double-pendulum-in-100-lines-of-javascript.html Code @ https://github.com/micaeloliveira/physics-sandbox/blob/master/assets/javascripts/pendulum.js I've had this one on the list for a long time, as being able to trace and make art out...

#### MODE IDEA: Celtic Knot Maker Design and customize a celtic knot: http://w-shadow.com/celtic-knots/ (Also usable now with SVG export from http://sourceforge.net/projects/knotter/) **Work/Changes required:** - Again, change path drawing from canvas...

#### MODE IDEA: Geometric photo filter Input via photo or webcam: http://face.haluska.sk/. Output to images or SVG! Has a BUNCH of options. **Work/Changes required:** - The output is __very__ heavy,...

#### MODE IDEA: Pursuit curves renderer Draws polygons rotated and aligned to give the impression of a curve: http://jlchapa.azurewebsites.net/math/pursuitcurves.html ![bp25fiw](https://cloud.githubusercontent.com/assets/320747/9312621/99ddd10e-44d2-11e5-99e0-c5b1d52cc8c6.png) **Work/Changes required:** - Improve Initial angle and adjusters to be...

#### MODE IDEA: Mondrian Generator Draws Piet-Mondrian Style images in a random yet interesting fashion. http://jefworks.github.io/mondrian-generator/ ![mondrian](https://cloud.githubusercontent.com/assets/320747/10063290/e8f310cc-6220-11e5-9737-457c915ae779.png) **Work/Changes required:** - Port code to Paper.js - Add in some options for...