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
AR-js-org avatar

AR-js-org/AR.js

0
View on GitHub↗
5,913 stars·1,000 forks·JavaScript·mit·18 views

AR.js

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 AR, it can anchor content to real-world GPS coordinates, placing virtual objects at specific latitude and longitude positions that update their size and orientation as the user moves and rotates their device.

Additional capabilities include generating tracking data files from source images, responding to user interactions with augmented content, and overlaying DOM elements on the camera view for clickable interfaces. The library can be installed via npm or imported using ES modules for use with modern JavaScript frameworks.

Features

  • A-Frame and three.js Renderers - Renders AR content using A-Frame and three.js, the core rendering engines of the library.
  • GPS-Anchored Content Placer - Anchors virtual objects to real-world GPS coordinates, enabling location-based augmented reality experiences.
  • Marker Detection - Recognizes predefined visual markers via the camera and displays augmented content on them.
  • AR Content Anchoring - Anchors virtual objects to real-world GPS coordinates for location-based AR experiences.
  • Fiducial Marker Detection - Recognizes stable marker patterns via the camera and displays augmented content on them.
  • AR Image Trackers - Detects predefined 2D images through the camera and overlays AR content on them.
  • AR Image-Tracked Renderers - Renders digital content positioned relative to recognized images in the camera view.
  • GPS Location Tracking - Positions virtual objects at real-world GPS coordinates for location-based AR.
  • GPS Location Controllers - Provides programmatic control over GPS updates with configurable distance and accuracy thresholds for AR positioning.
  • AR - Scans physical images and overlays digital content on them in real time for AR.
  • Proximity-Based Locators - Positions virtual objects at real-world coordinates that update as the user moves and rotates their device.
  • Orientation Trackers - Reads accelerometer and magnetic field sensor data to determine device orientation for AR alignment.
  • AR Image Target Trackers - Recognizes predefined images through the camera and overlays digital content on them in real time.
  • AR Interaction Handlers - Enables user interaction with AR objects and clickable UI overlays on the camera feed.
  • AR Data Source Loaders - Imports place data from HTML, JavaScript, JSON files, or API calls for location-based AR.
  • AR Tracking Data Generators - Generates image descriptor files needed for AR marker and image tracking.

Star history

Star history chart for ar-js-org/ar.jsStar history chart for ar-js-org/ar.js

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Frequently asked questions

What does ar-js-org/ar.js do?

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.

What are the main features of ar-js-org/ar.js?

The main features of ar-js-org/ar.js are: A-Frame and three.js Renderers, GPS-Anchored Content Placer, Marker Detection, AR Content Anchoring, Fiducial Marker Detection, AR Image Trackers, AR Image-Tracked Renderers, GPS Location Tracking.

What are some open-source alternatives to ar-js-org/ar.js?

Open-source alternatives to ar-js-org/ar.js include: jeromeetienne/ar.js — AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using… andrewhartar/arkit-corelocation — ARKit-CoreLocation is a framework and library for synchronizing augmented reality world tracking with GPS coordinates.… rwaldron/johnny-five — Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots… googlewebcomponents/model-viewer — model-viewer is a web component used to render and interact with three-dimensional models directly in a web browser.… cifertech/esp32-div — ESP32-DIV is a handheld wireless pentesting platform designed for analyzing and disrupting a wide range of wireless… google-ar/arcore-android-sdk — The Android ARCore SDK is a software development kit and augmented reality framework used to create experiences on…

Open-source alternatives to AR.js

Similar open-source projects, ranked by how many features they share with AR.js.
  • 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
  • andrewhartar/arkit-corelocationAndrewHartAR avatar

    AndrewHartAR/ARKit-CoreLocation

    5,525View on 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
    View on GitHub↗5,525
  • rwaldron/johnny-fiverwaldron avatar

    rwaldron/johnny-five

    13,401View on GitHub↗

    Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots and IoT devices. It provides a standardized library for managing pins, motors, and displays across various microcontroller platforms, allowing developers to control sensors and actuators using a consistent JavaScript API. The framework is distinguished by its use of a plugin-based hardware abstraction system, which enables communication with diverse hardware platforms and protocols. It supports real-time hardware manipulation and debugging through a read-eval-print loop that a

    JavaScript1-wireadcarduino
    View on GitHub↗13,401
  • googlewebcomponents/model-viewerGoogleWebComponents avatar

    GoogleWebComponents/model-viewer

    8,142View on GitHub↗

    model-viewer is a web component used to render and interact with three-dimensional models directly in a web browser. It functions as a glTF 3D model renderer and an interactive WebGL component, encapsulating a 3D rendering pipeline within a custom HTML element. The project enables web-based augmented reality, allowing 3D assets to be projected into physical environments using a mobile device camera. It provides tools for augmented reality projection and experience creation by combining 3D models with camera tracking. The component supports 3D product visualization and the integration of inte

    TypeScript
    View on GitHub↗8,142
  • See all 30 alternatives to AR.js→