asked on
ASKER
ASKER
ASKER
Game programming is the software development of video games. Game programming requires substantial skill in software engineering as well as specialization in simulation, computer graphics, artificial intelligence, physics, audio programming, and input. Like other software, game development programs are generated from source code to the actual program by a compiler. Source code can be developed with almost any text editor, but most professional game programmers use a full integrated development environment (IDE).
TRUSTED BY
- To use GL_LINE_STRIP and/or GL_LINE_LOOP where possible;
- Hardcode the vertices (rather than use iteration) - [then just use glScale*() to change the size];
and:
- Use display lists for further program optimization.