Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@macrozone macrozone released this 24 Oct 12:16
· 253 commits to master since this release

Breaking:

  • Some additional installation is needed for an underlying SVG-Library (pocketSVG). Sorry for that! Please refer to the readme for instructions. File an Issue or join the slack channel if you need help! Feedback is also welcome for better ways how to define 3rd party dependencies in react-native-libraries. (upcoming react native 0.50.0 seems to has cocoapods support, which would be handy here).

New Features:

ARKit.Shape

A new 3D object that can take a SVG to define it's shape! It can be extruded and its corner can also be shaped with an svg. See #89 for details as well as the updated readme

HOC withProjectedPosition

a new Higher order Component allows to create 3D cursors! Checkout the readme for instructions

Bugfixes:

  • 3d scene is no longer empty sometimes after startup.