Wykres commitów

10 Commity (master)

Autor SHA1 Wiadomość Data
g.wygonik 2d2131d780 P5 v4 fix and UI tweak
Added fix for ControlP5 controls not working correctly in P5 v4

Updated toggle buttons to be non-ambiguous for state
2023-01-28 11:58:22 -08:00
Windell Oskay 554213dd1e Issues #14, #15
Rework how row reversing is done.

Rows are now calculated identically if reversed or not. We build arrays of X and Y points for each row. Then, we reverse those lists -- to only change the order that the vertices are added to the curve -- if the row should be drawn in reverse order.
2020-08-25 13:20:25 -07:00
Windell Oskay fee5ebe3a2 Remove potentially redundant vertex 2018-06-06 11:25:09 -07:00
Windell Oskay f014669c85 Major rewrite of rendering
-  Rewrote curve generation to use curved splines instead of polylines
    that sample sine waves. Eliminates aliasing (e.g., at high frequency settings) and improves plot quality.
 -  Added "connect ends" GUI control. Reverses every other line and adds
    curved endcaps to eliminate pen lifts while plotting
 -  Cap maximum frequency, based on line width.
 -  Reduce maximum value of frequency GUI control
 -  Remove white background from generated PDF files
 -  Added list of contributors
 -  Automated Processing code cleanup
2018-06-05 13:43:37 -07:00
Maksim Surguy d94a4d77dd
Adding Z
My bad! I missed the Z variable declaration in my previous PR :(
2018-01-01 17:51:50 -08:00
Maksim Surguy 423ffd00b4
Some variables seem to be unused
Not 100% sure, but looks like these variables are not really used?
2017-12-14 14:33:58 -08:00
Ivan 4c49b11358 Update SquiggleDraw.pde 2017-04-07 00:02:57 +03:00
Ivan b5378d0b98 Default button 2017-04-06 23:06:40 +03:00
Ivan f1cdb0000a Update SquiggleDraw.pde
Fix bug with always triggered load image button, rewrite image save path.
2017-04-06 20:32:13 +03:00
Windell Oskay f9b3f12a95 Re-organize code for ease of use
Added a "SquiggleDraw" directory with the sketch and a "data" folder.
This prevents Processing from requesting that you move the sketch into
a like-named folder. (And, thus, prevents the situation where the
Carson image cannot be found because it wasn't moved along with the
sketch.)

Added note to the readme about ControlP5 dependency.

Both of these changes are made in response to multiple instances
reported to us of people running into these issues.
2017-03-30 18:34:52 -07:00