Socket
Socket
Sign inDemoInstall

arcsjs

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    arcsjs

Augmented Reality Component System in web browser and node environment


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

About ARCS.js

ARCS.js is the javascript version of ARCS (Augmented Reality Component System), a framework allowing to prototype augmented reality applications.

The aim of this project is to be able to do it using the recent HTML5 standard in order to use the web browser as a platform to design and develop augmented reality applications.

You can see more resources about ARCS on its website

How to build

The first thing is to clone this repository.

ARCS.js is using three tools in order to be built:

  • npm, the Node.js package manager,
  • webpack, a module bundler used as a build tool,
  • eslint, a linter in order to check code consistency.

We suppose that npm is already installed. Then, you will have to setup your development environment by typing these commands, the last one being executed in the local sources repository:

npm install -g webpack-cli

npm install -g eslint

npm install

Keywords

FAQs

Last updated on 19 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc