nodebox-opengl
nodebox-opengl copied to clipboard
Free, cross-platform library for generating 2D animations with Python programming code.
"ImportError: cannot import name pointer" can be fixed with: - edit nodebox/graphics/geometry.py: delete "pointer" import and change "pointer(data)" to "POINTER(data)" error: "NameError: global name 'c_uint' is not defined" can be...
Hello, I renamed module to nodeboxgl and renamed c-extensions (nglbezier.so, nglgeometry.so and nglnoise.so) and made them both installable. All imports have been adapted and the sys.path insertion in the examples...
This is a WIP copy of a version that is working in the sense that it's **able to install** and **run a basic examples** (without desired results?):  Would...
On Ubuntu 15.10 64 bit, I can't interact with the gui examples - though the pointer does seem correct (e.g. carat over text input).
Add missing forwardslash to pd paths, fixes #13
On Ubuntu the sound examples don't work .. ``` $ python 01-fft.py Exception AttributeError: "'FreeTypeMemoryFace' object has no attribute 'ft_face'" in ignored Exception AttributeError: "'FreeTypeMemoryFace' object has no attribute 'ft_face'"...
This is really odd, I was using nodebox-opengl just a couple of days ago, but now if I try and use oval it dies ``` in () ----> 1 oval(245.0,...