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

Remove MARKER tracking #96

Closed stalgiag closed 4 years ago

stalgiag commented 4 years ago

This removes jsartoolkit-based MARKER tracking. The functionality will eventually be replaced by the platform specific marker tracking that is currently in the experimental stage.

jsartoolkit was drastically increasing library size, confusing the architecture for the library, and marker tracking still needed significant work to be stable. AR development energy will be refocused on standardized AR features available to both iOS and Android.

resolves #89 resolves #88 resolves #80 resolves #79 resolves #78 resolves #68