+ 1
How to implement jigsaw puzzle using opengl..
can any one please tell me whether if it is possible to implement jigsaw puzzle game using just opengl (glut) and with no much c/c++ functions..?
5 Respuestas
0
I'm confused by your question, really. Are you trying to use GLut exclusively? Because GLut is just a toolkit. Functionality comes directly from your C++ code, GLut simply makes it easier to access and implement certain openGL processes.
0
Like, for example, you could use GLut to instantiate a window, but for anything to happen in it, you need to define function in C++ code.
0
Thank you Thomas Rudolph
0
B
0
@Thomas Rudolph
Can u please give an info about rendering any image to the jigsaw grids and to cut it according to the grids...