HYPE_Processing
HYPE_Processing copied to clipboard
HCanvas in JavaScript
website/examples/H_BASICS/ex14_HCanvas/index.pde or java example examples/H_BASICS/ex14_HCanvas/ex14_HCanvas.pde
this example using both processing's internal PGraphics and HYPE's HCanvas - neither are rendering in JavaScript.
do we know if this is possible ?
Looks like it's yet another name clash inside HCanvas.paintAll(). I just changed some internal names to workaround this.
The fading doesn't seem to be working properly in JS mode though. It looks like PGraphics in js mode doesn't like direct manipulation with its pixels. Since this is a low-level internal thing, I'll need to research more on this.