I’m creating html canvas illustrations using a an adobe illustrator plugin. Here is link to an example The example is an fried egg. As a fun project I’m making an illustrated restaurant menu linking things like eggs, bacon, bread etc.
I’m hopping to use these illustrations within arbor.js Any ideas how to do this?
I’ve found the best way to work out what’s going on with arbor.js is to dive in and read the code, it’s really well laid out. Look at the JavaScript for the sample project, in particular
particleSystem.eachNode. You can see how and where the nodes and edges are rendered. For a more thorough version, check out the ‘Altas’ example – that shows how to do text rendering on the nodes.Good luck!