Tagged Questions
0
votes
1answer
122 views
Ogre3d or OpenGl or other [closed]
I want to learn Graphics for games or use a game engine. I don't know whether to use ogre3d, I know its a rendering engine however android isn't really supported, Boost is used for multithreaded when ...
1
vote
2answers
2k views
SDL for 3D game programming?
I have been studying SDL for a few weeks and I have succeeded in making a 2D Ping-Pong game, but I want to get started in 3D development, and I'd like to know if SDL is capable (and suitable) for 3D ...
1
vote
3answers
468 views
What should I use to handle input?
What should I use to handle input? I am wanting to use OpenGL so that my games are cross platform. DirectX provides input libraries, and OpenGL does not. Because my games need to be cross platform, I ...
3
votes
1answer
2k views
Getting started with cross-platform game development
I am looking for a starting place to develop a crossplatform OpenGL game that runs on Mac, PC and potentially Linux. The difficulty is that I don't want to use an existing graphics library.
I've ...
3
votes
6answers
2k views
Can I develop Linux + Windows games using C#, .NET and OpenGL?
I want to learn to develop 3D and 2D graphics with either OpenGL or DirectX. I chose OpenGL as it's being used in webGL and works cross-platform.
I already know .NET well, and the C# language just ...