Use PGraphics to make a scrollable object

edited June 2016 in How To...

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!

Tagged:

Answers

Sign In or Register to comment.