Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCanvas in JavaScript #18

Open
hype opened this issue May 21, 2013 · 1 comment
Open

HCanvas in JavaScript #18

hype opened this issue May 21, 2013 · 1 comment

Comments

@hype
Copy link
Owner

hype commented May 21, 2013

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 ?

@ghost ghost assigned snarks May 21, 2013
@snarks
Copy link

snarks commented May 22, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants