litter
315f1bd296
Add a new `buffer()` method that returns the PGraphics object of a specific frame. This is needed for a new project that remains a secret.
2020-01-22 12:29:53 -05:00
litter
5ca5257c9f
Use parent renderer
2019-11-10 12:27:21 -05:00
litter
ef2352f667
Add documentation
2019-11-10 12:09:03 -05:00
litter
f0569d8ef1
Build of new jar, eclipse is throwing a build error, though. Investigating
2019-11-10 12:04:02 -05:00
litter
f03766dbd2
Major API change, use `draw()` in place of `frame()`
2019-11-10 12:02:19 -05:00
litter
e3ab7134d4
Run in P2D mode. Much more efficient using OpenGL.
2019-10-29 10:35:54 -04:00
litter
b1d409ce6d
Caught a MAJOR issue with the original lib. Crazy bug. Ok, so it was not resampling the audio the way I thought, so what I'm doing now is drawing at the audio full resolution and then scaling to the desired image size. Ready for one more example before I pass out.
2019-10-29 02:38:19 -04:00
litter
5240530cac
* Cast floats (from double) everywhere.
...
* Reference parent methods for Processing-specific functions like round(), ceil() and map().
* Suppress warnings about usage of parent.println()
* Build .jar
2019-10-29 00:16:51 -04:00