Skip to content

Releases: stalgiag/p5.xr

v0.4.10

08 Sep 09:24
Compare
Choose a tag to compare
v0.4.10 Pre-release
Pre-release

Fixed compatibility issues with p5.js version 1.9.2 to 1.10.0. 'useLinePerspective' is now off by default. This means line thickness looks consistent regardless of distance. This was the behavior in p5.xr before and has been kept to avoid breaking earlier sketches.

What's Changed

Full Changelog: v0.4.9...v0.4.10

v0.4.9

08 Sep 09:19
Compare
Choose a tag to compare
v0.4.9 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.8...v0.4.9

0.4.7

31 Mar 22:09
3300876
Compare
Choose a tag to compare
0.4.7 Pre-release
Pre-release
  • Bumps p5 to 1.9.0, support for WebGL2 @TiborUdvari
  • Fix bug that prevented Immersive VR Mode from being Requested @TiborUdvari
  • Fix for inline field of view issues

0.4.65

08 Aug 19:14
Compare
Choose a tag to compare
0.4.65 Pre-release
Pre-release

Fixes

  • Parcel p5xrInput bundle issue
  • watch script with powershell
  • minor changes to manual test examples

Features

  • #171 adds inline preview for immersive sketches
  • New styling for button to make more visible with inline preview

0.4.5

25 Jun 13:46
4386351
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-release

Fix for making GL Context Compatible
Fix for Inline Resolution
Update packages to the latest
Fix for issue with package size
Various minor improvements

v0.4

01 Jul 17:06
783c7d6
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Inline viewing mode fallback
  • Button disabled when no fallback available
  • Add rotateX to surroundTexture()
  • Add p5XRInput

0.3.2-rc.3

18 Jun 23:57
Compare
Choose a tag to compare
0.3.2-rc.3 Pre-release
Pre-release

Fixes most AR functionality for both Android and iOS
Hit testing working well in Android, still problems in iOS

also fixes a bug that was constructing p5 twice

0.3.2-rc.1

18 Jun 19:18
Compare
Choose a tag to compare
0.3.2-rc.1 Pre-release
Pre-release

Removes jsartoolkit-based MARKER functionality to reduce library size drastically

Update WebXR polyfill to latest

17 Jun 23:24
3ce5ad1
Compare
Choose a tag to compare
Pre-release

This updates the WebXR polyfill embedded in build to the latest version.

VR working iOS and Android
AR complete version coming very soon!

AR Examples Working in Chrome 79/Android

17 Mar 16:30
48997a4
Compare
Choose a tag to compare

A quick update to make the AR examples work with the most recent Android.

A larger update with anchor setting and other AR features is in the works.