idflood / ThreeNodes.js

vvvv "clone" in javascript/webgl
http://idflood.github.com/ThreeNodes.js/
Other
2.18k stars 316 forks source link

No API or Docs? #26

Open StrictlySkyler opened 11 years ago

StrictlySkyler commented 11 years ago

Didn't seem to work on Node.js 0.8.x – parts of the build step (such as Docs generation) fail and throw. Didn't find 'em posted online anywhere.

This is a great demo, but I'm looking at ways to extend it, and to trigger events and node propagation from indirect user interaction.

Any advice, or am I missing something?

This looks like a great tool, and we'd love to use it on my project at work.

idflood commented 11 years ago

Hi,

There is no documentation right now. Threenodes started as a little experiment and is slowly evolving to something more robust. Documentation, more code comments and some cleanup are on the top of my todo list but I didn't had the chance to work on this project the last two month.

I started to implement node grouping before the two months break and would like to finish that first. Only then I will start again to look at my todo list.

If you want to use the project I would recommend to use the dev branch. But be aware that this is still experimental, so things could break, change, ...