anon
anon

Reputation: 42637

Eye candy in OpenGL

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!

Upvotes: 2

Views: 463

Answers (2)

epatel
epatel

Reputation: 46051

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.

Upvotes: 0

Timmmm
Timmmm

Reputation: 96605

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

http://nehe.gamedev.net/

Upvotes: 1

Related Questions