Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Arcore Android Sdk | 4,775 | a month ago | 339 | other | C | |||||
ARCore SDK for Android Studio | ||||||||||
Weiciyuan | 2,664 | 7 years ago | 63 | gpl-3.0 | Java | |||||
Sina Weibo Android Client | ||||||||||
Kindleear | 2,496 | 2 years ago | 16 | Python | ||||||
A website application running in Google app engine, deliver rss news to your kindle. generate mobi using python, multilanguages supported. | ||||||||||
Cordova Plugin Googlemaps | 1,659 | 459 | 13 | 2 months ago | 63 | April 09, 2020 | 48 | apache-2.0 | JavaScript | |
Google Maps plugin for Cordova | ||||||||||
Notifyutil | 1,631 | 4 years ago | 13 | apache-2.0 | Java | |||||
通知工具类 | ||||||||||
Macassistant | 1,592 | 7 months ago | 32 | mit | Swift | |||||
Google Assistant for macOS! | ||||||||||
Googleads Mobile Android Examples | 1,550 | 2 days ago | 164 | apache-2.0 | Java | |||||
googleads-mobile-android | ||||||||||
Cardboard | 1,372 | 4 months ago | 80 | other | C++ | |||||
Open source Cardboard SDK and samples | ||||||||||
Arcore Unity Sdk | 1,362 | 2 years ago | 258 | other | C# | |||||
ARCore SDK for Unity | ||||||||||
Googleads Mobile Unity | 1,205 | 2 days ago | 79 | apache-2.0 | C# | |||||
Official Unity Plugin for the Google Mobile Ads SDK |
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.
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.
This repository contains Sceneform binaries to generate .SFA and .SFB files to import on any ARCore projects.
$ ./sceneform_sdk/linux/converter -a -d --mat ./sceneform_sdk/default_materials/obj_material.sfm --outdir ./output/ ./input/andy.obj
See the Sceneform API Reference.
By downloading the Sceneform SDK for Android, you agree that the Google APIs Terms of Service governs your use thereof.
To see the single available arguments call
./converter -h
or
./matc -h
repectively.