if (do_name() != 'Home') : ?>
endif ?>
Posted by Josh Caswell on Jan 20, 2010
include("util/comment.php"); ?>
The reference is available through the link in the webpage header. There's also a Tutorial, which has a lot of information and links to other things that are not found in the reference. For example, there's an Animation tutorial that describes functions not in the reference.
You can write nodebox scripts in whatever text editor you want. Then just open them in NB to run. I have an emacs function defined, which I shared in an earlier thread, which will immediately run the file I'm editing in NodeBox.
sorry i don't find reference
Posted by alberto on Jan 20, 2010hi guys
i'm used to processing (in which reference is not perfect but quit complete) and
before to actionscript and flash. in actionscript (but also in pure java) the are complete reference for all classes, with all methods, events, iheritance gerarchy and everything. all those stuff are auto generated with asdoc and javadoc.
where can i find something similar for nodebox??
for example, i want to replace pixel in screen each frame, so in processing i'll do something like: no PApplet.background() in draw function.
or at 23° frame stop animation, if(framecount==23)PApplet.noLoop()
how can i do something in nodebox?
and write nodebox in eclipse with pydev? is possible?