PDA

View Full Version : Trying to integrate Source Code with Vizard


djones1010
03-08-2009, 06:43 PM
We are trying to use a source code that we found that uses python to build a chess game. We wanted to know if there is a possiblity of implementing this code and how to integrate it within Vizard?

Here is the Source Code files:
http://www.freewebs.com/faazazel/Projects/Chess%20Source%20Code.html

Source Cited:
http://freshmeat.net/projects/pyopenglchess/

Thanks for your help

farshizzo
03-10-2009, 02:58 PM
That code uses OpenGL calls to render the game and GLUT for input events. You would have to convert all that code to Vizard function calls. It's definitely possible to convert it, but it could take a lot of work.