
-----------------------------------
A.J
Fri Nov 14, 2008 6:34 pm

Need Help for FP!!!
-----------------------------------
I know it is too earl to think about the final project, but I was hoping to make a 3D maze game in C++ (using OpenGL)

If anyone has a link to a tutorial (that has sample codes that actually compile on my computer), or can help me out by giving me a sample code of their own, please help me out  :vi: 

Thanks :D

-----------------------------------
OneOffDriveByPoster
Fri Nov 14, 2008 9:20 pm

Re: Need Help for FP!!!
-----------------------------------
What are you using to interface with OpenGL and the windowing system?

-----------------------------------
CodeMonkey2000
Fri Nov 14, 2008 9:40 pm

RE:Need Help for FP!!!
-----------------------------------
Hmm for openGL I used SDL to manage my windows and inputs. 
HereHerehereThis guy has some pretty good tutorials too, but he is using GLUT. Once you get the hang of SDL with openGL, it should be easy to port. I prefer SDL for some reason. A lot of tutorial online tend to use windows.h and/or GLUT.

-----------------------------------
A.J
Sat Nov 15, 2008 8:51 pm

Re: Need Help for FP!!!
-----------------------------------

What are you using to interface with OpenGL and the windowing system?


I dont know what interface I am using.......although I can tell u what compiler I am using (although I don't know how that'll help): DevC++


Hmm for openGL I used SDL to manage my windows and inputs. 
HereHerehereThis

Thanks for the links, CodeMonkey2000!

cud u give me a link to ur FP ? 

Thanks a lot guys :D

-----------------------------------
CodeMonkey2000
Sat Nov 15, 2008 9:41 pm

RE:Need Help for FP!!!
-----------------------------------
It's in the C++ submissions.
http://compsci.ca/v3/viewtopic.php?t=18732
