toxiclibsjs
toxiclibsjs copied to clipboard
Toxiclibsjs is a library for computational design tasks with JavaScript. This library is a port of http://toxiclibs.org for java and processing.
I can't seem to find toxiclibs voronoi in the package, is there a plan to add this to the library?
Hi, Usually people want packages maintained even for websites. Please, include build/ directory in the npm package, so people can use it with web.
brushes
i cant seem to find parts of the original toxiclibs like volumetricbrush, boxbrush, volumetricspacearray etc. if you dont know what I'm talking about ill elaborate. [[selfie-placeholder-0]]
I've ported over the GeometryInStyle from toxiclibs examples (http://www.openprocessing.org/sketch/8914), and got it mostly working in toxiclibsjs by simply fetching the correct function prototypes/objects. It does partially work in Chrome, but...
because properties x,y and z exist, x(), y() and z() can not be implemented
getComponent() how to implement hasCode()? setComponent()?