All Projects → gdamoreira → google-ar-asset-converter

gdamoreira / google-ar-asset-converter

Licence: other
Sceneform SDK command to generate SFB files

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to google-ar-asset-converter

sceneform-android
Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the archived Sceneform
Stars: ✭ 303 (+265.06%)
Mutual labels:  ar, arcore, sceneform
ArCoreMeasurement
Its measurement app made using kotlin with sceneform sdk by google
Stars: ✭ 38 (-54.22%)
Mutual labels:  arcore, sceneform, sceneform-sdk
Pokedex Ar
🦄 Android Pokedex-AR using ARCore, Sceneform, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData) based on MVVM architecture.
Stars: ✭ 347 (+318.07%)
Mutual labels:  ar, arcore
augmentedFaceMeshIndices
Google ARCore Sceneform 1.10.0 augmented face mesh indicies from their .fbx file as pictures.
Stars: ✭ 62 (-25.3%)
Mutual labels:  arcore, sceneform
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (+256.63%)
Mutual labels:  ar, arcore
Norman Ar
Decorate your world with AR animations.
Stars: ✭ 122 (+46.99%)
Mutual labels:  ar, arcore
stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-72.29%)
Mutual labels:  ar, arcore
glimpse-android
An android app to show your products in Augmented Reality (AR). Built using ARCore and Firebase
Stars: ✭ 20 (-75.9%)
Mutual labels:  arcore, sceneform
Arcore Depth Lab
ARCore Depth Lab is a set of Depth API samples that provides assets using depth for advanced geometry-aware features in AR interaction and rendering. (UIST 2020)
Stars: ✭ 407 (+390.36%)
Mutual labels:  ar, arcore
Ar Drawing Java
A simple AR drawing experiment build in Java using ARCore.
Stars: ✭ 387 (+366.27%)
Mutual labels:  ar, arcore
Arcore
ARCore Course
Stars: ✭ 148 (+78.31%)
Mutual labels:  ar, arcore
Webxr Polyfill
A polyfill and example code for building augmented reality (AR) and virtual reality (VR) applications using WebXR.
Stars: ✭ 227 (+173.49%)
Mutual labels:  ar, arcore
StyleSight
Browser based 'real-time' AR 'fast' neural style transfer using tensorflowjs
Stars: ✭ 15 (-81.93%)
Mutual labels:  ar
covid-ar
🌍📊 Data Visualization for COVID-19 in AR
Stars: ✭ 21 (-74.7%)
Mutual labels:  ar
GearVR-Positional-Tracking
Using ARCore and GearVR, we are now able to get positional tracking on High End Mobile VR for Android.
Stars: ✭ 44 (-46.99%)
Mutual labels:  arcore
augmentedreality
Augmented Reality examples for Android.
Stars: ✭ 14 (-83.13%)
Mutual labels:  arcore
react-native-arcore
React native bindings for Android ArCore as UI Component with support for model rendering and manipulation
Stars: ✭ 35 (-57.83%)
Mutual labels:  arcore
Vapecord-ACNL-Plugin
Animal Crossing NL Vapecord Public Plugin WIP
Stars: ✭ 72 (-13.25%)
Mutual labels:  ar
Bose-Frames-Web-SDK
A JavaScript version of the Bose Frames SDK
Stars: ✭ 74 (-10.84%)
Mutual labels:  ar
learn ar flutter
An Augmented Reality app made in Flutter.
Stars: ✭ 54 (-34.94%)
Mutual labels:  arcore

Google ARCore Asset Converter

Future from this repo

After Google released the 1.16.0 version of the Sceneform they deprecated SFB and SFB Android Studio Plugin. They are adopting the use of GLTF format instead of the SFB.

Deprecates support for SFB & the SFB Sceneform Android Studio plugin (glTF can be used instead).

Facing this new reality I'm going to not do any update in this repo anymore.

License

Sceneform SDK for Android

Copyright (c) 2018 Google Inc. All rights reserved.

Sceneform is a 3D framework, with a physically based renderer, that's optimized for mobile, and that makes it easy for Java developers to build augmented reality apps.

Please note, we do not accept pull requests.

Getting Started

This repository contains Sceneform binaries to generate .SFA and .SFB files to import on any ARCore projects.

Generating assets

$ ./sceneform_sdk/linux/converter -a -d --mat ./sceneform_sdk/default_materials/obj_material.sfm --outdir ./output/ ./input/andy.obj

API Reference

See the Sceneform API Reference.

Terms & Conditions

By downloading the Sceneform SDK for Android, you agree that the Google APIs Terms of Service governs your use thereof.

Converter and Matc Arguments

To see the single available arguments call

./converter -h

or

./matc -h

repectively.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].