How to split screen into two viewports?
in
Programming Questions
•
2 years ago
Hi all:
I'm trying to create a multi-player game with Processing, but can't figure out how to split screen into two to display different situation of the players?
like in c#,we have
Viewport leftViewport,rightViewport;
to solve the problem.
Thanks a lot
1