documentation of nodebox3 object
is there any reference related to customized node projects? If we can see the reference and understand what objects there are, it would be a lot easier to make our own. Also, I tried to use the def in nodebox1(http://nodebox.net/code/index.php/Reference), but it didn't work.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Stefan Gabriels on 05 Feb, 2013 06:01 PM
Yes there's new documentation available here:
http://nodebox.net/node/documentation/advanced/programming-nodes.html
Greetz,
Stefan
Support Staff 2 Posted by Frederik De Ble... on 06 Feb, 2013 06:17 PM
A note of warning: we're currently revising the NodeBox graphics API so all code that relies on
nodebox.graphics
will break. This is not so bad for internal code since we can change it, but if you write your own graphics code you will have to rewrite it.Any code that just uses built-in Python primitives and libraries (e.g. working with numbers and strings) will continue to work.
Frederik De Bleser closed this discussion on 06 Feb, 2013 06:17 PM.