Skip to content

marcel12bell/simple-live-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple live coding

This is a proof of concept for a live drawing app in Ruby with the Ruby-Processing Gem (based on processing-2.0.1, and jruby-1.7.4)

Get inspired by Bret Victor or join the project with your own idea..

drawing from a 6 year old girl This drawing was made from a 6 year old girl at the CoderDojo cologne...

There is a stand alone app to play with without need of installing all stuff. With "ellipse 50, 50, 80, 80" or "rect/line/fill" you can draw and with mouse dragging change the values.

Notice

Start Ruby-Processing with "rp5 watch simple_live_coding.rb". This reloads "simple_live_coding.rb" after safing and you can implement your ideas in this file without need to restart. After implementation of the new feature just copy your code in a seperate file in the "main" directory and do "require_relative" for the file.

This is live coding a live coding app...

About

simple live coding with ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages