createCanvas size limit?

All,

I'm porting over some of my large scale(for 4K and up screens) Processing & ProcessingJS work to P5(Love it so far!) and i notice it seems to break on anything larger than 8,192px by 8,192px when i call createCanvas. Ideally i'd like to use something closer to 20,000px.

Ultimately, i end up with a correctly sized and scaled(for dpi) canvas, but nothing gets drawn, it simple remains blank.

Thoughts?

Tagged:

Answers

Sign In or Register to comment.