Loading...
Logo
Processing Forum
A couple of enhancements have been made to this library
  • Buttons and labels now support both horizontal and vertical text alignment. You can see examples of different button styles HERE
  • Improved text rendering on GUI components is now possible in P2D and P3D modes. To do this then include the statement.
  • Copy code
    1. G4P.setTextMode(SCREEN);
    after the call to size() in the setup method.