Skip to content
/ app Public

The original idea was to build a collaborative "world building" experience, using WebXR and open platforms and protocols (GLB, IFC, ECS, OpenXR)

License

Notifications You must be signed in to change notification settings

WeBuildXR/app

Repository files navigation

WeBuildXR App

This Repository contains the WeBuildXR application.

Setup

Run the following commands from within the repository's root folder to setup the application:

npm install

Running

Run the following commands from within the repository's root folder to run the project using npx webpack:

npm start

Build

Run the following commands from within the repository's root folder to build the project using npx webpack:

npm run-script build

Structure

  • src/ source code folder

    • index.ts application entry point
  • public folder containing static assets

    • index.html HTML entry point
  • dist folder containing output of build process

About

The original idea was to build a collaborative "world building" experience, using WebXR and open platforms and protocols (GLB, IFC, ECS, OpenXR)

Topics

Resources

License

Stars

Watchers

Forks