rodolfo
06-22-2001, 01:43 PM
Hello all!
Since I've started to create games with VC++, I needed a
good/fast/portable renderer system. I've tried both OpenGL and DirectX, but as you can see I've chosen OpenGL -- and... I guess you know why! http://www.opengl.org/discussion_boards/ubb/smile.gif
Even for 2D games, I was using OpenGL. It's amazing what you can do!
But, as everything in our lives, there's a problem... Probably easy to solve. Can an OpenGL program run on non-hardware acelerated PC's?
I've sent a demo of my app(no mfc -- based on NeHe's lesson21) to a friend of mine. She couldn't run it, receiving the message: "Can't create a GL device". Is it because she
doesn't have a 3D board?
What do I have to do, to make it able to run on every computer?
Please help, I don't think this is something impossible...
Yes, I do know that it would be easier and better if I simply ask her to buy a 3D card http://www.opengl.org/discussion_boards/ubb/smile.gif, but, here in Brazil, that's not something accessible to everyone -- sorry! http://www.opengl.org/discussion_boards/ubb/smile.gif
Thank you! (sorry about the long message... my first one, had to introduce myself! http://www.opengl.org/discussion_boards/ubb/smile.gif)
Rodolfo
Since I've started to create games with VC++, I needed a
good/fast/portable renderer system. I've tried both OpenGL and DirectX, but as you can see I've chosen OpenGL -- and... I guess you know why! http://www.opengl.org/discussion_boards/ubb/smile.gif
Even for 2D games, I was using OpenGL. It's amazing what you can do!
But, as everything in our lives, there's a problem... Probably easy to solve. Can an OpenGL program run on non-hardware acelerated PC's?
I've sent a demo of my app(no mfc -- based on NeHe's lesson21) to a friend of mine. She couldn't run it, receiving the message: "Can't create a GL device". Is it because she
doesn't have a 3D board?
What do I have to do, to make it able to run on every computer?
Please help, I don't think this is something impossible...
Yes, I do know that it would be easier and better if I simply ask her to buy a 3D card http://www.opengl.org/discussion_boards/ubb/smile.gif, but, here in Brazil, that's not something accessible to everyone -- sorry! http://www.opengl.org/discussion_boards/ubb/smile.gif
Thank you! (sorry about the long message... my first one, had to introduce myself! http://www.opengl.org/discussion_boards/ubb/smile.gif)
Rodolfo