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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AndrewHartAR avatar

AndrewHartAR/ARKit-CoreLocation

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

ARKit CoreLocation

ARKit-CoreLocation est un framework et une bibliothèque pour synchroniser le suivi du monde en réalité augmentée avec des coordonnées GPS. Il permet le placement d'objets virtuels à des emplacements réels précis en ancrant le contenu numérique à des coordonnées de latitude et de longitude.

Le projet fournit des outils pour aligner les en-têtes de scène de réalité augmentée avec le nord géographique et rendre des chemins de navigation directionnels sur des surfaces réelles. Il inclut des capacités pour dessiner des lignes de routage géographique et créer des annotations à l'échelle mondiale qui s'adaptent en fonction de leur distance par rapport à l'utilisateur.

Le système gère le placement d'objets géospatiaux via une traduction de coordonnées vers local et une localisation par fusion de capteurs. Il prend également en charge les interactions basées sur la localisation qui déclenchent des événements numériques lorsque les utilisateurs interagissent avec des marqueurs virtuels liés à des coordonnées géographiques spécifiques.

Features

  • AR Content Anchoring - Positions virtual 3D objects and annotations at precise real-world latitude and longitude coordinates.
  • ARKit Geographic Location Frameworks - Provides a framework that synchronizes ARKit world tracking with GPS coordinates to place virtual objects at precise real-world locations.
  • GPS-Anchored Content Placer - Anchors virtual objects to specific latitude and longitude coordinates to maintain stability during user movement.
  • Sensor Fusion Tracking - Combines high-frequency AR tracking data with low-frequency GPS updates to refine global positioning accuracy.
  • AR Navigation Path Renderers - Provides a tool for drawing directional navigation lines on real-world surfaces using geographic routing data.
  • Geospatial Coordinate Mapping - Places virtual objects at specific real-world coordinates using ARKit and GPS for precise geographic mapping.
  • Location-Based AR Tools - Enables the positioning of virtual items using real-world geographic coordinates for spatial mapping.
  • Heading Calibration - Adjusts the scene heading to align virtual objects with real-world north for accurate geospatial placement.
  • Navigation Path Rendering - Implements the rendering of directional guide lines on real-world surfaces based on geographic routing data.
  • Geographic-to-Local Mapping - Maps geographic latitude and longitude to a local 3D coordinate system to fix virtual objects in space.
  • AR Tracking Synchronization - Synchronizes augmented reality scene tracking with global GPS coordinates for precise content placement.
  • Geographic Coordinate Converters - Converts global geographic coordinates into local Cartesian offsets relative to the AR session origin.
  • AR Navigation Rendering - Renders directional paths and visual guides on real-world surfaces to lead users along a geographic route.
  • Geographic Heading Alignments - Provides a system for aligning augmented reality scene headings with geographic north to ensure accurate 3D content placement.
  • Location-Based Interaction Handlers - Triggers digital events or notifications when a user interacts with virtual markers tied to real-world locations.
  • Geospatial AR Annotations - Displays images and markers in 3D space that scale based on their geographic distance from the user.
  • Distance-Scaled Annotations - Renders world-space markers and images that scale dynamically based on their distance from the user.
  • Interaction Triggers - Provides mechanisms to trigger digital events and notifications when users interact with location-based AR markers.
  • Positioning Accuracy Optimization - Refines global positioning by combining GPS data with tracked movement data for higher accuracy.
  • AR Scene Orientation Alignment - Adjusts the virtual scene orientation by comparing the device compass with the AR world tracking origin.
  • Proximity-Based Scale Adjustment - Calculates the proximity between the user and a geographic point to dynamically adjust the scale of 3D annotations.
  • Geospatial Path Interpolation - Translates a series of GPS waypoints into a continuous 3D line rendered within the augmented reality view.
  • Augmented Reality - Combine AR accuracy with GPS data.

Historique des stars

Graphique de l'historique des stars pour andrewhartar/arkit-corelocationGraphique de l'historique des stars pour andrewhartar/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

Alternatives open source à ARKit CoreLocation

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

    ProjectDent/ARKit-CoreLocation

    5,525Voir sur 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
    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
  • ar-js-org/ar.jsAvatar de AR-js-org

    AR-js-org/AR.js

    5,913Voir sur GitHub↗

    AR.js is a JavaScript library for building augmented reality experiences that run directly in the web browser. It provides the core capability to render digital content overlaid on the real world using either the A-Frame HTML component system or the three.js JavaScript library, supporting both marker-based and location-based AR approaches. The library enables tracking of predefined 2D images, fiducial markers, and image targets through the device camera, allowing virtual objects such as 3D models, videos, or images to be positioned relative to recognized visual references. For location-based

    JavaScriptaframearaugmented-reality
    Voir sur GitHub↗5,913
  • hujiulong/gcoordAvatar de hujiulong

    hujiulong/gcoord

    3,251Voir sur GitHub↗

    gcoord is a coordinate conversion library that transforms geographic coordinates between China's three major map coordinate systems: WGS-84, GCJ-02, and BD-09. It handles the offset corrections required by national encryption policies, converting GPS or API-derived coordinates to align with the projections used by Chinese map providers like Baidu, Gaode, and Google China. The library provides direct conversions between all three systems, including WGS-84 to GCJ-02, WGS-84 to BD-09, GCJ-02 to BD-09, and their reverse transformations. It processes individual coordinate pairs, batches of coordin

    TypeScriptbd-09gcj-02geojson
    Voir sur GitHub↗3,251
Voir les 12 alternatives à ARKit CoreLocation→

Questions fréquentes

Que fait andrewhartar/arkit-corelocation ?

ARKit-CoreLocation est un framework et une bibliothèque pour synchroniser le suivi du monde en réalité augmentée avec des coordonnées GPS. Il permet le placement d'objets virtuels à des emplacements réels précis en ancrant le contenu numérique à des coordonnées de latitude et de longitude.

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

Les fonctionnalités principales de andrewhartar/arkit-corelocation sont : AR Content Anchoring, ARKit Geographic Location Frameworks, GPS-Anchored Content Placer, Sensor Fusion Tracking, AR Navigation Path Renderers, Geospatial Coordinate Mapping, Location-Based AR Tools, Heading Calibration.

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

Les alternatives open-source à andrewhartar/arkit-corelocation incluent : projectdent/arkit-corelocation — ARKit-CoreLocation is a location integration framework designed to synchronize augmented reality scenes with… jeromeetienne/ar.js — AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using… ar-js-org/ar.js — AR.js is a JavaScript library for building augmented reality experiences that run directly in the web browser. It… hujiulong/gcoord — gcoord is a coordinate conversion library that transforms geographic coordinates between China's three major map… google-ar/arcore-android-sdk — The Android ARCore SDK is a software development kit and augmented reality framework used to create experiences on… wandergis/coordtransform — coordtransform is a coordinate transformation library and map projection utility used to convert geographic…