How to implement jigsaw puzzle using opengl.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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..?

12th Mar 2017, 3:20 PM
Ahamad Irfan
Ahamad Irfan - avatar
5 Answers
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.
27th Mar 2017, 3:46 AM
Thomas Rudolph
Thomas Rudolph - avatar
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.
27th Mar 2017, 3:48 AM
Thomas Rudolph
Thomas Rudolph - avatar
0
Thank you Thomas Rudolph
27th Mar 2017, 1:47 PM
Ahamad Irfan
Ahamad Irfan - avatar
0
B
6th Apr 2017, 2:43 PM
Vitaly Podgornov
Vitaly  Podgornov - avatar
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...
17th Apr 2017, 6:55 PM
Ahamad Irfan
Ahamad Irfan - avatar