We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm aware there are libraries to do this, but for the purposes of learning, I'd like to use a graphics buffer to make a scrollable screen.
I'd like to just load the contents of an ArrayList into the object, then draw a portion of the drawing object onto the screen. However, I'm not sure how to use beginDraw()
and endDraw()
as well as how to draw just a portion of the object.
Thanks!
Answers
Really at this point I'd like to know how to draw only a portion of the graphics objec5 to the screen. Can this be done with
image ()
?https://Processing.org/reference/copy_.html
https://forum.Processing.org/two/discussions/tagged?Tag=copy()