python - Is PyOpenGL as fast as OpenGL? -
python - Is PyOpenGL as fast as OpenGL? -
i trying build general-purpose game engine in python , pyopengl, don't know if worth attempting, because not sure python job...
as far aware pyopengl wrapper opengl. yet, still see people things such 'opengl better', , 'python slow'.
take at, example, this question. of answers biased towards c++.
if both utilize same technology, why 1 improve other? me, seems if language doesn't matter, because of work done opengl/hardware. missing?
first difference: opengl specification, not library. comparing pyopengl opengl comparing blue-print house.
answering question: python interpreted language, java. game engines require intensive computation, not graphics, physics, ai, animations, loading 3d files, etc. pyopengl plenty graphics, python not plenty cpu-side code.
of course, depend of "level" of game engine: simple/academic games, python may work perfectly, not expect cryengine it.
python c++ opengl
Comments
Post a Comment