awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
google-ar avatar

google-ar/arcore-android-sdk

0
View on GitHub↗
5,213 stars·1,272 forks·C++·23 viewsdevelopers.google.com/ar↗

Arcore Android Sdk

The Android ARCore SDK is a software development kit and augmented reality framework used to create experiences on Android devices. It provides a collection of tools and native libraries for tracking device motion and mapping physical environments to place virtual objects in real space.

The framework utilizes an environmental tracking API to detect physical planes and estimate ambient lighting, which blends digital content with the real world. It includes systems for fixing virtual content to specific physical locations to maintain spatial stability as a user moves through an environment.

The SDK covers broad capability areas including environmental mapping, surface detection, and device position calculation. It also provides tools for analyzing ambient light and color temperature to ensure virtual object shading matches the real-world environment.

The project distributes native libraries with multi-architecture build support to ensure compatibility across various processor types and hardware.

Features

  • ARCore SDKs - Provides the core software development kit for creating augmented reality experiences on Android devices.
  • Augmented Reality Frameworks - Offers a comprehensive framework for tracking device motion and mapping physical environments for AR.
  • AR Content Anchoring - Fixes digital objects to specific physical locations so they remain stationary as the user moves.
  • Environmental Lighting Estimation - Calculates real-world light source properties from camera input to synchronize lighting for virtual objects.
  • Environmental Tracking APIs - Provides an API for detecting physical planes and estimating ambient lighting to blend digital content with the real world.
  • Plane Detection - Analyzes camera frames to identify flat physical surfaces by grouping feature points into geometric planes.
  • Sparse 3D Mapping - Tracks high-contrast environmental points to build a sparse 3D map for spatial anchoring and device localization.
  • Device Orientation Tracking - Calculates the heading and angular orientation of the device relative to its environment for spatial stability.
  • Spatial Anchors - Implements a system for fixing virtual objects to physical landmarks to maintain spatial stability during device movement.
  • 2D and 3D Environmental Mapping - Generates 3D spatial layouts of physical environments to create interactions between digital content and surroundings.
  • Visual-Inertial Odometry Frameworks - Fuses camera feature tracking with inertial sensor data to estimate device position and orientation in real time.
  • Physical Surface Detectors - Identifies the size and orientation of physical planes to place virtual content accurately on real-world objects.
  • Device Position Tracking - Calculates precise spatial coordinates of the device by combining camera features and inertial sensor data.
  • JNI Bridges - Provides JNI bridges to connect high-performance C++ computer vision libraries with the Android Java API.
  • Android Architecture Support - Provides compiled native binaries supporting multiple processor architectures for high-performance spatial computing.

Star history

Star history chart for google-ar/arcore-android-sdkStar history chart for google-ar/arcore-android-sdk

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Arcore Android Sdk

These projects share indexed features with Arcore Android Sdk. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • googlecartographer/cartographergooglecartographer avatar

    googlecartographer/cartographer

    7,890View on GitHub↗

    Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It provides a framework for calculating the precise position and orientation of a device while concurrently generating real-time 2D and 3D representations of its environment using lidar-based data. The system implements a real-time mapping approach that uses live sensor streams to track device heading and position. It utilizes a submap-based mapping strategy to divide environments into local maps that are aligned into a global map. The project covers a range of SLAM capabilities, inc

    C++
    View on GitHub↗7,890
  • jeromeetienne/ar.jsjeromeetienne avatar

    jeromeetienne/AR.js

    15,801View on GitHub↗

    AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using WebGL and WebRTC. It provides a cross-platform runtime that executes on mobile devices and head-mounted displays without requiring a dedicated application installation. The framework includes a marker-based engine for detecting physical patterns or barcodes to anchor digital overlays, a location-based tool for positioning entities via GPS coordinates, and a face tracking library for anchoring content to human facial features. It supports multi-marker simultaneous tracking, custom

    HTMLa-framethree-jswebar
    View on GitHub↗15,801
  • jeeliz/jeelizfacefilterjeeliz avatar

    jeeliz/jeelizFaceFilter

    2,883View on GitHub↗

    jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and real-time facial movement tracking. It functions as a neural network face detector that identifies multiple faces and monitors mouth movements and rotation within a web browser. The system distinguishes itself through a model-swappable detection pipeline, allowing the exchange of neural network weights to balance accuracy and performance across different camera angles and devices. It features real-time lighting synchronization to match the illumination of 3D overlays with the

    JavaScript3daugmented-realitycamera
    View on GitHub↗2,883
  • projectdent/arkit-corelocationProjectDent avatar

    ProjectDent/ARKit-CoreLocation

    5,525View on GitHub↗

    ARKit-CoreLocation is a location integration framework designed to synchronize augmented reality scenes with real-world GPS coordinates. It provides a geospatial positioning engine and anchor system that links 3D scene objects to specific physical latitudes and longitudes. The framework distinguishes itself through sensor-fusion coordinate alignment, combining high-frequency motion data with GPS updates to maintain stable coordinates and refine user positioning. It includes specialized tools for compass calibration and scene orientation correction to align the 3D environment with True North.

    Swift
    View on GitHub↗5,525
Compare all 30 related projects→

Frequently asked questions

What does google-ar/arcore-android-sdk do?

The Android ARCore SDK is a software development kit and augmented reality framework used to create experiences on Android devices. It provides a collection of tools and native libraries for tracking device motion and mapping physical environments to place virtual objects in real space.

What are the main features of google-ar/arcore-android-sdk?

The main features of google-ar/arcore-android-sdk are: ARCore SDKs, Augmented Reality Frameworks, AR Content Anchoring, Environmental Lighting Estimation, Environmental Tracking APIs, Plane Detection, Sparse 3D Mapping, Device Orientation Tracking.

Which projects share features with google-ar/arcore-android-sdk?

Projects with overlapping indexed features include: googlecartographer/cartographer — Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It… jeromeetienne/ar.js — AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using… jeeliz/jeelizfacefilter — jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and… projectdent/arkit-corelocation — ARKit-CoreLocation is a location integration framework designed to synchronize augmented reality scenes with… kivy/python-for-android — python-for-android is a toolchain that compiles Python applications and their dependencies into installable Android… tanersener/mobile-ffmpeg — mobile-ffmpeg provides a framework for mobile multimedia processing, allowing Android, iOS, and tvOS applications to…