https://github.com/polygonjs/polygonjs-threejs-example
Example showing how to combine a Polygonjs scene with a Threejs scene
https://github.com/polygonjs/polygonjs-threejs-example
Last synced: 11 months ago
JSON representation
Example showing how to combine a Polygonjs scene with a Threejs scene
- Host: GitHub
- URL: https://github.com/polygonjs/polygonjs-threejs-example
- Owner: polygonjs
- License: mit
- Created: 2022-04-26T22:35:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T12:35:07.000Z (over 3 years ago)
- Last Synced: 2025-04-01T19:49:01.876Z (about 1 year ago)
- Language: TypeScript
- Size: 195 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
This is a repository showing how to integrate [Polygonjs](https://polygonjs.com) and [Threejs](https://threejs.org/) in the same project.
[Read the tutorial](https://polygonjs.com/docs/integrations/threejs) where you will learn how:
- how to import a polygonjs scene into a threejs one.
- how to do the other way round, which is to import a threejs scene into a polygonjs one.
# Start the app
Install the dependencies: `yarn` or `npm run install`
Start the app: `yarn dev` or `npm run dev`
# Open Polygonjs Editor
- 1: install dependencies, with `yarn` or `npm install`
- 2: run: `yarn polygon` or `npm run polygon`
- 3: open your browser on `http://localhost:8091`
If you have any trouble installing it, the docs may be able to help: [https://polygonjs.com/docs/](https://polygonjs.com/docs/)