Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to make a maze in C++ using glew and glut openGL libraries
and I want to add some pictures to the wall of the maze so when the user click it a puzzle will appear and if he fix it will get a hint to the exit way.
Posted
Comments
[no name] 12-Mar-15 18:39pm    
Have you Googled this question?
Member 11547724 23-Mar-15 7:41am    
yea I've googled it and try to find tutorials to help me . thank you
Sergey Alexandrovich Kryukov 12-Mar-15 20:14pm    
What do you mean "how"? The questions "how can I make XXX?" are not real informative questions. The answer will always be: by doing appropriate software development work. If this is not what you mean, please clarify.
—SA
Member 11547724 23-Mar-15 7:43am    
I just want some tutorials . I want to learn. maybe i used bad way to ask my question cuz I'm not that good at English . sorry for my poor English .
RedDk 13-Mar-15 13:19pm    
Good question. Your best bet is to pick up a good C++ reference that leverages OGL by including the source code, probably in library form with examples of it's use alongside; the obscurity being OpenGL actually.

I can think of several books but one most helpful might be Glaeser and Stachel "Open Geometry: OpenGL+Advanced Geometry". Oh yeah, and Glaeser&Schrocker "Handbook of Geometric Prograamming Using Open Geometry GL"

Good luck!

1 solution

I have a C++ maze at my 3D game dev blog

vasilydev.blogspot.com
 
Share this answer
 
v2
Comments
Member 11547724 23-Mar-15 7:56am    
Thank you for your help and i saw your blog.and i really like it . there is a lot of 3D things that. I'm so excited to see it all. and i'll ask you a lot of questions in your blog. cuz I really want to learn.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900