All Projects → googlesamples → Sceneform Samples

googlesamples / Sceneform Samples

Licence: apache-2.0
Sceneform samples for 3D rendering for ARCore in Java.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sceneform Samples

Sceneform Android Sdk
Sceneform SDK for Android
Stars: ✭ 1,111 (+1306.33%)
Mutual labels:  3d-graphics, arcore
Indoor Nav Arcore
Indoor Navigation with ARCore (From: 2018)
Stars: ✭ 62 (-21.52%)
Mutual labels:  arcore
Pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
Stars: ✭ 919 (+1063.29%)
Mutual labels:  3d-graphics
Arfoundation Components
📱 Generic components for use with Unity's AR Foundation package
Stars: ✭ 43 (-45.57%)
Mutual labels:  arcore
Ksim
The little simulator that could.
Stars: ✭ 11 (-86.08%)
Mutual labels:  3d-graphics
Csgnet
CSGNet: Neural Shape parser for Constructive Solid Geometry
Stars: ✭ 55 (-30.38%)
Mutual labels:  3d-graphics
Vedo
A python module for scientific analysis of 3D objects based on VTK and numpy
Stars: ✭ 741 (+837.97%)
Mutual labels:  3d-graphics
Arcore Patch
Attempt to get ARCore Preview 2 running on unsupported devices
Stars: ✭ 74 (-6.33%)
Mutual labels:  arcore
Awesome Creative Coding
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Stars: ✭ 8,696 (+10907.59%)
Mutual labels:  3d-graphics
Vktk
Vulkan Toolkit
Stars: ✭ 32 (-59.49%)
Mutual labels:  3d-graphics
Osgearth
A 3D Mapping Engine & SDK for OpenSceneGraph.
Stars: ✭ 908 (+1049.37%)
Mutual labels:  3d-graphics
Vkquake
Vulkan Quake port based on QuakeSpasm
Stars: ✭ 955 (+1108.86%)
Mutual labels:  3d-graphics
Hexon
Astral Arcade
Stars: ✭ 55 (-30.38%)
Mutual labels:  3d-graphics
Earth Defender
🚀 A distributed soft real-time 3D single/multiplayer game build with Erlang/OTP and Three.js
Stars: ✭ 7 (-91.14%)
Mutual labels:  3d-graphics
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+14707.59%)
Mutual labels:  3d-graphics
Embree viewer
Embree viewer is a simple implementation of a progressive renderer, based on Intel's Embree raytracing kernels. Its UI is written in SDL2, and it supports Alembic, OBJ file formats, with a JSON file to describe a scene.
Stars: ✭ 19 (-75.95%)
Mutual labels:  3d-graphics
Fspy
A cross platform app for quick and easy still image camera matching
Stars: ✭ 1,056 (+1236.71%)
Mutual labels:  3d-graphics
Flycube
Graphics API wrapper is written in C++ on top of Directx 12 and Vulkan. Provides main features including ray tracing.
Stars: ✭ 78 (-1.27%)
Mutual labels:  3d-graphics
Lines Of Play
Design domino art creations that interact with the real world using the ARCore Depth API.
Stars: ✭ 72 (-8.86%)
Mutual labels:  arcore
3dfluid
A 3D version of Jos Stam's famous fluid solver written in C using GLUT.
Stars: ✭ 58 (-26.58%)
Mutual labels:  3d-graphics

Sceneform Samples for Android

Copyright (c) 2018 Google LLC

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.

These samples demonstrate how to use Sceneform beyond the reference samples that accompany the SDK.

Getting Started

The Lighting sample demonstrates how to add lights to your scene and experiment with position, color, and intensity.

The Drawing sample demonstrates how to use procedural geometry to create a 3D drawing experience. Users press down on the screen and can draw strokes by dragging a finger or moving their device. There is also functionality to change the stroke color, undo a stroke, and clear the screen displayed on a control bar at the bottom of the screen.

Support

If you've found an error in this sample, please file an issue: https://github.com/googlesamples/sceneform-samples/issues

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.

Issues and bugs related to the Sceneform SDK directly should be filed in the Sceneform SDK issue tracker.

License

Copyright 2018 The Android Open Source Project

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

Getting Started

This repository contains Sceneform sample projects.

To get started with the Sceneform SDK, follow the ARCore Android Quickstart guide.

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.

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].