Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 509 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 509 Bytes

Project Title

V-Frame

Description

V-Frame provides a layer of visual programming on top af A-Frame, the entity-component based fraemwork for building WebXR experiences.

Getting Started

Demo

You can try out V-Frame by following this link, or

Install and Run

  1. Clone the repo
    git clone https://github.com/acodedoer/vframe.git
  2. Install NPM packages
    npm install
  3. Run the project
    npm start