I see in the Sceneform repo that as of Sceneform 1.16 it is open sourced, see: https://github.com/google-ar/sceneform-android-sdk. What I'm not fully sure on is, does that mean 1.17.1 is open sourced as well? Does anyone know?
Is Sceneform 1.17.1 open source?
839 Views Asked by Stephen Emery At
1
There are 1 best solutions below
Related Questions in ARCORE
- What is the future of Tango in relation to ARCore?
- Accessing Image Data Bytes in ARCore
- Drawing ARCore Camera Feed onto Unity Texture
- Is Google Tango dead?
- Is ARCore compatible with Nexus 6P
- How to measure distance using ARCore?
- Detecting vertical planes in ARCore
- Can I run ARCORE with the SM-G9500?
- Packaging ARCore Unity Projects for distribution
- Google ARCore Domain Model by Example
- how to check ray intersection with object in ARCore
- NDK API for ARCore?
- ARCore collider on generated planes
- How to put an object in the air?
- How to set static variable and instantiate only one prefab for the AR Core demo
Related Questions in SCENEFORM
- OBJ File for ARCore Application Development
- Build not running after Import Sceneform asset and model not displayed in Viewer
- How to store Google ARCore anchor's position?
- Use the face filters such as "Wolf face" with sceneform without ARcore
- How to freeze Ar Camera in middle of a session
- When I updated Android Studio to version 4.1 Google Sceneform Plugin stopped working
- Android ARCore - how to render a UI element without ArSceneView
- unable to load Renderable registryId, No RCB file at uri
- How to use sceneform.asset() in Android Studio with build.gradle.kts?
- Augmented image anchor position changed frequently
- SceneForm sceneview always black in fragment
- How can I create a transparent panel for shadows in sceneform?
- Google ArCore Sceenform - ModelRenderable with glTF or GLB at runtime load causes app crash
- Android AR Sceneform. Moving 3D model along with Camera moving. 3D model should be align to the bottom
- Is Sceneform 1.17.1 open source?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Sceneform 1.17.1 is identical to 1.15 - see the note in the readME:
I think you can assume it is open source also.As it is identical to 1.15.0 which is closed source, and the source is not provided separately, it is probably safest to assume it is actually closed, even though much/most of the source will actually be available openly in 1.16.Note that there are some forks now to try to keep a working version of Sceneform alive - this one if possibly the most supported as it is linked back to some core discussion on ARCore:
(The discussion on the ARCore GitHub: https://github.com/google-ar/arcore-android-sdk/issues/1049)