HYPE_Processing icon indicating copy to clipboard operation
HYPE_Processing copied to clipboard

HYPE for Processing

Results 35 HYPE_Processing issues
Sort by recently updated
recently updated
newest added

rewrites for some more flexibility

One of the things that has initially bothered me when utilizing the HColorPool class has been the inability to make sure small pool counts don't continually repeat the same colors...

The background property is being ignored when is set on an HCanvas. Example: ``` import hype.*; HCanvas hCanvas; HRect rect; void setup() { size(500, 500); H.init(this).background(#00ff00); // this is green...

bug

Added basic HMaterial class to wrap a shader per HDrawable and modified several classes to use it

... which causes any subsequent calls to `removeTempSeed` to reset the seed to the one produced at the very start. See https://github.com/hype/HYPE_Processing/blob/lib_staging/src/main/java/hype/HMath.java#L442

Allow HColorPool for gradients to be applied either randomly, or based on HColorPool order...in response to issue #160

I'm currently writing Processing applications with java (rather than pde files within the processing app). It doesn't seem like the HYPE libraries work as is-in this environment. Is this a...