https://github.com/polygonjs/fxhash-example
Example project showing how to publish Polygonjs scene to FxHash
https://github.com/polygonjs/fxhash-example
Last synced: about 1 year ago
JSON representation
Example project showing how to publish Polygonjs scene to FxHash
- Host: GitHub
- URL: https://github.com/polygonjs/fxhash-example
- Owner: polygonjs
- Created: 2022-05-25T23:22:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T22:15:45.000Z (about 4 years ago)
- Last Synced: 2025-04-01T19:49:01.509Z (about 1 year ago)
- Language: TypeScript
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create interactive artworks for fxhash - without coding
This is a demo project showing how to publish [Polygonjs](https://polygonjs.com) scenes to [fxhash](https://www.fxhash.xyz/)
- [read tutorial on Polygonjs](https://polygonjs.com/docs/integrations/fxhash)
- [watch on youtube](https://www.youtube.com/watch?v=PuRCxj28_Gg)

# 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/)