Prerequisites
- A windows based PC, with an AMD/ATi graphics card. Nvidia or Intel platforms may work but are untested.
- Knowing how to program in C or C++
- Experience with projects and IDEs
- Install the latest catalyst drivers or equivalent for your card
- Install Visual Studio Express C++ from Microsoft
- Install the AMD OpenGL ES 2.0 Emulator If you are not already an AMD registered developer, you will need to do so but its free and painless.
The emulator from AMD comes with a single sample that draws a textured triangle (and carefully avoids rotating it ;-). Simply go to the install directory (which can be done from your start menu) and click on the project file. Build the project and run. You should see something like this (click to enlarge):
Going Further
- Online OpenGL-ES 2.0 man pages
- OpenGL-ES 2.0.4 full specification
- OpenGL Shader Language 1.0.17 specification
- OpenGL-ES 2.0 Programming Guide Book and samples from the book
In a later article I'll cover getting started with OpenGL-ES 1.x. Whilst phones and mobile devices are surging ahead into ES 2.x, its is possible that DTV will remain in the 1.x world for a while. The future is a little unclear and unfortunately though the languages are similar, they are conceptually different in approach. The vast majority of OGL-ES devices in the world will run EGL 2.x of course but I have this suspision that due to the status of of OpenGL implementations in DTV and the fact that some companies are beginning to use whats out there already, we will see OpenGL 1.x quite popular in DTV at least for a couple of years.
No comments:
Post a Comment