In Nodebox you can have:
- grid() as a command
- grid as a library
If I follow this tutorial:
http://nodebox.net/code/index.php/Grid
It says to import grid with this:
grid = ximport("grid")
But in nodebox this is a command, which is why I believe things dont work as they should.
Is that correct? If not how do I import that correct.
Thanks