0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add screencast link to README More... over 15 years ago
Use the gem version of rbcoremidi More... over 15 years ago
You can shift colors via MIDI in (top note in MIDI Keys) More... over 15 years ago
Don't include opengl stuff, that was just for testing More... over 15 years ago
Slowly morph colors in particle box More... over 15 years ago
Better requires for specs, so you can run them from anywhere More... over 15 years ago
README changes More... over 15 years ago
Route all calls to the artist through #send_to_reloadable, which catches runtime errors More... over 15 years ago
Add NameError to list of caught exceptions in code loader, pass the exception to the on_error handler, refactor code loader spec More... over 15 years ago
A naive 3D particle artist More... over 15 years ago
Add some 3d methods to OpenGl canvas plus a proper 2d perspective, update Simple artist to match More... over 15 years ago
Development on runner.rb - Ensure all MIDI events are delivered - Lower the physics rate to 50fps, add a small sleep in only so it doesn't kill my machine in dev - Catch some (but not all yet) errors when evalling artist More... over 15 years ago
Vendor latest version of rbcoremidi More... over 15 years ago
Fix default implementation in Artists More... over 15 years ago
Remove legacy/, there's nothing worth keeping in here anymore More... over 15 years ago
A rake task to run all specs More... over 15 years ago
spec for CodeLoader, in preparation for loading nested files More... over 15 years ago
Wire up rbcoremidi, so midi events are passed into the artist More... over 15 years ago
Vendor rbcoremidi, including system OSX ruby specific bundle (may not work for you) More... over 15 years ago
Another take on CodeLoader, use explicit self:: on the loaded class so it actually loads up inside the anonymous module More... over 15 years ago
Derive the class name from the file name in CodeLoader More... over 15 years ago
Fix the physics time step for deterministicity, use a real value for the draw time step More... over 15 years ago
Add some notes on the architecture More... over 15 years ago
Some code to display an OpenGL visualization, and be able to hot swap in new viz logic on the fly More... over 15 years ago
Move everything to legacy - will be deleted eventually but I want it easily accessible for now More... over 15 years ago
It's a party and you're invited More... over 15 years ago
Vendoring rack so we can just load it up with JRuby, rather than screwing around with jruby gems More... over 15 years ago