Skip to content

galsasson/TweakMode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TweakMode

Tweak Mode allows changing numeric constants in a sketch in realtime.

When a sketch is being executed in tweak mode, all hard-coded numbers become interactive and can be modified by clicking and dragging to the left or right. When a value change, the PDE will update the running sketch with the new value and the result will be visible immediately. This mode is useful if you want to refine a certain feature/color/behaviour in your sketch, if you want to experiment freely with numbers, or if you try to understand someone else's code. other uses are welcome.

TweakMode is now part of Processing 3.0 and is maintained there, please report issues on the main processing repository. http://github.com/processing/processing

All the details are here: http://galsasson.com/tweakmode/

About

A new mode for Processing's PDE that allows modifying fixed numbers in the code while the sketch is running and seeing the result in real-time.

Resources

Stars

Watchers

Forks

Packages

No packages published