This repository shows how to use the Palette Plugin for the WebGL engine Polygonjs.
Note that the plugin has now been moved into the core of Polygonjs, so there is no need to install the plugin as it is always available. See Documentation
This plugin adds a node SOP/Palette
which adds colors from various palettes to the input points.
yarn && yarn polygon
and open your browser at:
http://localhost:8091?scene=default
This will open the scene saved in this repo. It is a simple scene with a few instanced spheres, whose color is set via the SOP/Palette node.
yarn && yarn run snowpack dev
and open your browser at:
http://localhost:8080