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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to andrewhartar/arkit-corelocation

Open-source alternatives to ARKit CoreLocation

12 open-source projects similar to andrewhartar/arkit-corelocation, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ARKit CoreLocation alternative.

  • projectdent/arkit-corelocationAvatar de ProjectDent

    ProjectDent/ARKit-CoreLocation

    5,525Ver en 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
    Ver en GitHub↗5,525
  • jeromeetienne/ar.jsAvatar de jeromeetienne

    jeromeetienne/AR.js

    15,801Ver en 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
    Ver en GitHub↗15,801
  • ar-js-org/ar.jsAvatar de AR-js-org

    AR-js-org/AR.js

    5,913Ver en 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
    Ver en GitHub↗5,913

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • hujiulong/gcoordAvatar de hujiulong

    hujiulong/gcoord

    3,251Ver en 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
    Ver en GitHub↗3,251
  • google-ar/arcore-android-sdkAvatar de google-ar

    google-ar/arcore-android-sdk

    5,213Ver en 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++
    Ver en GitHub↗5,213
  • wandergis/coordtransformAvatar de wandergis

    wandergis/coordtransform

    4,633Ver en GitHub↗

    coordtransform is a coordinate transformation library and map projection utility used to convert geographic coordinates between WGS84, GCJ02, and BD09 systems. It functions as a geographic coordinate converter that transforms longitude and latitude values to align map data across different providers. The library specifically handles the shifts and offsets required for Chinese map integration, ensuring that spatial data aligns correctly when moving coordinates between these international and regional mapping standards. Its capabilities cover GIS data alignment and location data normalization,

    JavaScript
    Ver en GitHub↗4,633
  • gyroflow/gyroflowAvatar de gyroflow

    gyroflow/gyroflow

    8,256Ver en GitHub↗

    Gyroflow is a gyroscope video stabilization software and IMU telemetry processor designed to remove camera shake from video files. It functions as a hardware-accelerated video renderer and lens calibration tool, utilizing embedded or external gyroscope and accelerometer data to perform pixel-level stabilization. The system is distinguished by its ability to integrate with professional non-linear video editing software via plugins, allowing stabilization to be applied directly to timelines without transcoding original footage. It supports diverse telemetry ingestion from camera brands, flight

    Rustfpvgoprogpu
    Ver en GitHub↗8,256
  • nawfalmotii79/plfm_radarAvatar de NawfalMotii79

    NawfalMotii79/PLFM_RADAR

    21,680Ver en GitHub↗

    PLFM_RADAR is a phased array radar system designed for target detection and tracking at a 10.5 GHz operating frequency. It integrates an LFM waveform generator, a radar signal processor, and an electronic beam steer controller to function as a low-cost radar solution. The system differentiates itself through electronic beam steering, which uses phase shifters to adjust antenna elevation and azimuth without physical movement. It also incorporates a geospatial target tracker that fuses GPS and IMU sensor data to provide real-time position and attitude correction for plotting targets. The proje

    PLSQL
    Ver en GitHub↗21,680
  • cesiumgs/cesiumAvatar de CesiumGS

    CesiumGS/cesium

    15,412Ver en GitHub↗

    Cesium is a JavaScript library designed for rendering high-precision 3D globes and 2D maps within web browsers. It functions as a visualization engine that leverages hardware-accelerated graphics to display complex geographic data, terrain, and imagery. The library distinguishes itself through a modular architecture that supports the streaming of massive geographic datasets. By employing tiled data delivery and hierarchical level-of-detail optimization, it maintains performance while navigating large-scale environments. It also includes a time-dynamic state management system, which synchroniz

    JavaScript
    Ver en GitHub↗15,412
  • afathi/arvideokitAvatar de AFathi

    AFathi/ARVideoKit

    1,655Ver en GitHub↗

    Capture & record ARKit videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆.

    Swiftarkitios
    Ver en GitHub↗1,655
  • philipturner/arheadsetkitAvatar de philipturner

    philipturner/ARHeadsetKit

    128Ver en GitHub↗

    Using $5 Google Cardboard to replicate HoloLens

    Swift
    Ver en GitHub↗128
  • chriswebb09/arkitnavigationdemoAvatar de chriswebb09

    chriswebb09/ARKitNavigationDemo

    332Ver en GitHub↗

    ARKit Demo Application

    Swift
    Ver en GitHub↗332