tags:

views:

173

answers:

2

I'm interested in creating realtime visual special effects.

I am limited to OpenGL (in particular, computing power of a MacBook Pro).

I want to learn more about doing cool UI/special effects (think the "computers/displays" in Iron Man / Avatar).

What are good books/resources for this?

Thanks!

+1  A: 

Don't know about books, but check out NeHe and work through the tutorials:

http://nehe.gamedev.net/

Timmmm
A: 

The NeHe tutorial is a good start as Timmmm suggest. I'd also recommend looking into GLUT as a first start to get going with simple OpenGL stuff. Then when you get more and more comfortable you can begin using the OpenGL view available in Cocoa and build a proper application, and then finally dig deep into ie this book to get to know how to get that last performance piece out of the box.

epatel