FabriceSalvaire / PyOpenGLng

An OpenGL CFFI (and ctypes) binding for Python
http://fabricesalvaire.github.io/PyOpenGLng
GNU General Public License v3.0
10 stars 2 forks source link

Decide whether to remove the ctypes wrapper in favor of CFFI #15

Open FabriceSalvaire opened 10 years ago

FabriceSalvaire commented 10 years ago

But CFFI requires to reparse the prototypes, which is useless. Ctytes is better on this point.

=> Ask CFFI guys how to deal with this case.