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
- Host: GitHub
- URL: https://github.com/ctrachte/theater-js-demo
- Owner: ctrachte
- Created: 2022-02-28T15:57:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T21:22:43.000Z (about 4 years ago)
- Last Synced: 2025-01-16T13:19:37.978Z (over 1 year ago)
- Language: JavaScript
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`