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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ProjectDent avatar

ProjectDent/ARKit-CoreLocation

0
View on GitHub↗
5,525 stars·726 forks·Swift·MIT·4 vues

ARKit CoreLocation

ARKit-CoreLocation est un framework d'intégration de localisation conçu pour synchroniser les scènes de réalité augmentée avec des coordonnées GPS réelles. Il fournit un moteur de positionnement géospatial et un système d'ancrage qui lie les objets de scène 3D à des latitudes et longitudes physiques spécifiques.

Le framework se distingue par un alignement de coordonnées par fusion de capteurs, combinant des données de mouvement haute fréquence avec des mises à jour GPS pour maintenir des coordonnées stables et affiner le positionnement de l'utilisateur. Il inclut des outils spécialisés pour le calibrage de la boussole et la correction de l'orientation de la scène afin d'aligner l'environnement 3D avec le Nord géographique.

Le système couvre la cartographie de contenu géospatial et la détection d'interaction, permettant aux utilisateurs de déclencher des événements en interagissant avec des objets virtuels liés à des emplacements géographiques. Il inclut également des capacités de rendu pour des annotations basées sur la localisation qui s'adaptent en fonction de la distance physique de l'utilisateur par rapport aux coordonnées.

Features

  • ARKit Geographic Location Frameworks - Serves as a geospatial positioning engine that combines motion sensors with GPS to maintain high-precision coordinates in AR.
  • Augmented Reality Frameworks - Provides a framework for aligning virtual 3D objects with real-world GPS coordinates to enable location-aware AR experiences.
  • Sensor Fusion - Combines high-frequency motion data with low-frequency GPS updates to maintain stable real-world coordinates via sensor fusion.
  • AR Content Anchoring - Implements a system for linking 3D scene objects to specific physical world coordinates using GPS and motion data.
  • Geospatial Content Mapping - Links digital assets to specific geographic latitudes and longitudes for precise placement in a physical environment.
  • Positioning Accuracy Optimization - Implements processes to refine global positioning by fusing GPS data with tracked motion and sensor data for AR.
  • Geographic-to-Local Mapping - Implements the translation of global longitude and latitude coordinates into local 3D Cartesian coordinates for AR object placement.
  • AR Tracking Synchronization - Improves positioning accuracy by synchronizing high-frequency AR movement data with intermittent GPS updates.
  • Motion-Enhanced Precision - Provides the ability to maintain accurate user coordinates between GPS updates by integrating high-frequency motion data.
  • AR Scene Orientation Alignment - Corrects 3D scene rotation by calculating the delta between device compass heading and GPS travel vectors.
  • Position Refinement - Reduces location error by intersecting recent GPS data points with tracked relative movement paths.
  • Location-Based Interaction Handlers - Provides a library for detecting and handling user interactions with virtual 3D objects mapped to geographic locations.
  • Distance-Scaled Annotations - Displays AR markers and images that dynamically adjust their size based on the geographic distance from the user.
  • Heading Calibration - Corrects compass drift and orientation errors by blending GPS data with AR motion tracking for True North alignment.
  • Interaction Triggers - Implements triggers and notifications that activate when users interact with virtual objects tied to real-world coordinates.
  • True North Alignment Tools - Provides a tool for refining True North alignment and correcting scene orientation based on GPS movement paths.
  • Proximity-Based Scale Adjustment - Provides logic to dynamically scale 3D objects based on the geographic distance between the user and the target coordinate.
  • ARKit - Combines augmented reality with GPS data for scale.
  • ARKit Sample Projects - Integrates GPS data with AR accuracy.

Historique des stars

Graphique de l'historique des stars pour projectdent/arkit-corelocationGraphique de l'historique des stars pour projectdent/arkit-corelocation

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait projectdent/arkit-corelocation ?

ARKit-CoreLocation est un framework d'intégration de localisation conçu pour synchroniser les scènes de réalité augmentée avec des coordonnées GPS réelles. Il fournit un moteur de positionnement géospatial et un système d'ancrage qui lie les objets de scène 3D à des latitudes et longitudes physiques spécifiques.

Quelles sont les fonctionnalités principales de projectdent/arkit-corelocation ?

Les fonctionnalités principales de projectdent/arkit-corelocation sont : ARKit Geographic Location Frameworks, Augmented Reality Frameworks, Sensor Fusion, AR Content Anchoring, Geospatial Content Mapping, Positioning Accuracy Optimization, Geographic-to-Local Mapping, AR Tracking Synchronization.

Quelles sont les alternatives open-source à projectdent/arkit-corelocation ?

Les alternatives open-source à projectdent/arkit-corelocation incluent : andrewhartar/arkit-corelocation — ARKit-CoreLocation is a framework and library for synchronizing augmented reality world tracking with GPS coordinates.… jeromeetienne/ar.js — AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using… google-ar/arcore-android-sdk — The Android ARCore SDK is a software development kit and augmented reality framework used to create experiences on… ignacio-chiazzo/arkit — ARKit - Place virtual objects using ARKit. ar-js-org/ar.js — AR.js is a JavaScript library for building augmented reality experiences that run directly in the web browser. It… cpfl/autoware — Autoware is a modular autonomous driving stack and open-source platform for advanced driver assistance systems. It…

Alternatives open source à ARKit CoreLocation

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ARKit CoreLocation.
  • andrewhartar/arkit-corelocationAvatar de AndrewHartAR

    AndrewHartAR/ARKit-CoreLocation

    5,525Voir sur GitHub↗

    ARKit-CoreLocation is a framework and library for synchronizing augmented reality world tracking with GPS coordinates. It enables the placement of virtual objects at precise real-world locations by anchoring digital content to latitude and longitude coordinates. The project provides tools for aligning augmented reality scene headings with geographic north and rendering directional navigation paths on real-world surfaces. It includes capabilities for drawing geographic routing lines and creating world-scale annotations that scale based on their distance from the user. The system manages geosp

    Swiftarkitaugmented-realitycorelocation
    Voir sur GitHub↗5,525
  • jeromeetienne/ar.jsAvatar de jeromeetienne

    jeromeetienne/AR.js

    15,801Voir sur 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
    Voir sur GitHub↗15,801
  • google-ar/arcore-android-sdkAvatar de google-ar

    google-ar/arcore-android-sdk

    5,213Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗5,213
  • ignacio-chiazzo/arkitAvatar de ignacio-chiazzo

    ignacio-chiazzo/ARKit

    383Voir sur GitHub↗

    ARKit - Place virtual objects using ARKit.

    Swiftapplearar-experiences
    Voir sur GitHub↗383
Voir les 30 alternatives à ARKit CoreLocation→