An open API service indexing awesome lists of open source software.

https://github.com/ctrachte/theater-js-demo

Demo project for Theater.js, a motion design library for JavaScript
https://github.com/ctrachte/theater-js-demo

Last synced: over 1 year ago
JSON representation

Demo project for Theater.js, a motion design library for JavaScript

Awesome Lists containing this project

README

          

# Theater.JS Demo
## A playground to test various functionalities of the [Theater JS](https://www.theatrejs.com/) library.

## Quickstart:
- clone the project `git clone https://github.com/ctrachte/Theater-js-demo`
- navigate to the root project directory `cd theater-js-demo`
- install dependencies `npm install`
- run the project `npm run start` (default port is 4000)
- read all comments in `index.js` which will describe how the project is working
- in the browser window, `localhost:4000` should show the GUI for the scene, objects, properties
- To learn how to use the GUI, and other instruction go to [Theater JS - Getting Started](https://docs.theatrejs.com/getting-started/#video-tutorial)

## Troubleshooting
- if parcel is not working or errors related to parcel-bundler, install globally `npm install -g parcel`