peasycam icon indicating copy to clipboard operation
peasycam copied to clipboard

Dead-simple mouse-driven camera for Processing

Results 10 peasycam issues
Sort by recently updated
recently updated
newest added

I realize there hasn't been a peasycam release in about five years, **but!** If you feel like blowing the dust off the code... ``` add_library('peasycam') def setup(): size(800, 600) def...

Hello, I wanted to have an axis gizmo to represent the camera angle, but I'm having huge problems, cause the rotation values don't use shortest way. Any idea how this...

https://mrfeinberg.com/peasycam/ seems to be down. importing through processing 4 doesn't show up importing through processing 2 doesn't work there is no build on github and looking for "peasycam.jar" doesn't show...

Hi! Peasycam in Processing 2.2.1 is giving me this error: UnsupportedClassVersionError: A library is using code compiled with an unsupported version of Java. This version of Processing only supports libraries...

Hi! Processing 2.x / 3.x for desktop computers has an ide with a library manager, but APDE (android processing environment) relies on ZIP files for the user to install libraries....

Everything works great except if you resize the window. When you resize the window, it doesn't update the viewport width and height. This causes an issue when writing a HUD...

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

The left/right/center mouse button constants used to select which handler to use omit the case where the dragging device isn't any of those, but is rather a touch screen or...

This fixes an issue where beginHUD wouldn't work properly on PGraphics objects sized differently than the PApplet.