44
votes
25answers
4k views
Learning game programming
Edit: For anyone reading this now, I started a blog about my endeavor to learn game programming - you'll find it at learning-game-programming.com, I'm trying to post about things that are useful for …
14
votes
11answers
1k views
Getting started with OpenGL
As you can see here I'm about to start work on a 3d project for class.
Do you have any useful resources/websites/tips/etc. on someone getting started with OpenGL for the first time? The project will …
12
votes
25answers
2k views
Suggested gaming platform to learn - Direct X (C++), Open GL or XNA
My nephew is an aspiring game developer. I have taught him a bit of C/C++, and suggested he learn that for a start.
Once he has come to grips with that, which game/graphics API's do people suggest he …
10
votes
2answers
261 views
CLOD Planet wide texturing in OpenGL
I'm finishing up on a 3D planet with ROAM (continuous level of detail).
My goal now is to have good quality render using textures.
I'm trying to find a way I can use a tiling system (small good …
10
votes
6answers
1k views
What are some best practices for OpenGL coding (esp. w.r.t. object orientation)?
This semester, I took a course in computer graphics at my University. At the moment, we're starting to get into some of the more advanced stuff like heightmaps, averaging normals, tesselation etc.
I …
9
votes
6answers
4k views
Want to display a 3D model on the iPhone: how to get started?
I want to display and rotate a single 3D model, preferably textured, on the iPhone. Doesn't have to zoom in and out, or have a background, or anything.
I have the following:
an iPhone
a MacBook
…
9
votes
8answers
2k views
OpenGL still better than Direct3D for non-games ?
The standard model has been that OpenGL is for professional apps (CAD) and Direct3D is for games.
With the debacle of openGL 3.0, is openGl still the natural choice for technical 3D apps (cad/GIS)?
…
8
votes
4answers
340 views
How would one implement an FPS camera?
So I'm currently working on some FPS game programming in OpenGL (JOGL, more specifically) just for fun and I wanted to know what would be the recommended way to create an FPS-like camera?
At the …
8
votes
5answers
491 views
Beginner guide to OpenGLES on iPhone
Does anyone know a good beginners guide to using OpenGLES on the iPhone? I have found some but they all require assumed knowledge which I don't have.
8
votes
5answers
619 views
How do I render thick 2D lines as polygons?
I have a path made up of a list of 2D points. I want to turn these into a strip of triangles in order to render a textured line with a specified thickness (and other such things). So essentially the …
8
votes
6answers
724 views
XNA, direct X , OpenGL
Hi, I have been wanting to give game programming ago for a long while and never got round to it, and i have finally decided to give it ago. I have decided to try and create a simple to 2D platform …
8
votes
16answers
1k views
Simple 3D graphics project?
I'm looking for some good ideas for a simple 3d graphics program as my final project for an intro to computer graphics class. As for some background information, we'll be using opengl and will have a …
8
votes
2answers
1k views
Best OpenGL wrapper for Mono and .Net?
This is a follow up to another question.
What is the best OpenGL wrapper usable both under Linux and Windows, with Mono (or .Net)?
I have already evaluated Tao Framework, but I am unimpressed by how …
8
votes
12answers
2k views
Is OpenGL dead?
I recently found out that OpenGL 3.0 was released a week ago. I glanced through the specification and read through some of the forum posts on the Khronos message board, and... I'm devastated. Not only …
7
votes
2answers
532 views
Off screen rendering when laptop shuts screen down?
I have a lengthy number-crunching process which takes advantage of quite abit of OpenGL off-screen rendering. It all works well but when I leave it to work on its own while I go make a sandwich I …
