stalgiag / p5.xr

a library that helps turn p5.js sketches into immersive experiences using WebXR
GNU Lesser General Public License v2.1
117 stars 25 forks source link

MARKER based experiences have different flow #89

Closed stalgiag closed 4 years ago

stalgiag commented 4 years ago

Currently MARKER based experiences start as soon as the camera is loading and the AR tracking is initiated.

To create similar behavior across all modes, MARKER based sketches should follow the other flow, opening with a button and initiating upon click of the button. This will help with going into full screen and postpone future deprecation.