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

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

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)

![fxhash demo](https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/fxhash/fxhash.gif?raw=true)
# 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/)