ARCS logo.js Augmented Reality Component System

Index

This is the javascript version of one of our previous framework named ARCS for Augmented Reality Component System. Many of the concepts are those developped for the original engine and can be read in this page. The javascript ARCS engine is intended to run on both server side in a Node.js environment or inside a web browser.

arcs.js

Main source: describes all the methods needed by the ARCS engine
Source:

arcs_browser.js

Bootstrap for the ARCS engine in a browser environment. It relies on require.js to get the job done.
Source: