SuperTux 0.1.3 (Universal Binary)
Sneakers plays this game on his linux box and it looked like a fun way to waste time, and he said it was available for the Mac, so I downloaded it and the read me file says:
I'm guessing "software rendering" is just running the game as is? But what the heck is OpenGL and how do I launch it?
You should be able to set a prefernce in the computer's Preferences command to determine this.
"Software rendering" means that the computer game calculates the way that everything should look, draws everything, and then sends the drawings to your computer screen.
OpenGL is a part of MacOS. It is a computer programming language that computer programmers use to write programs that draw things. The programs do not run on your computer's processor. They run directly on your computer's graphics card.
A 3D accelerated graphics card is actually a full-fledged computer in its own right. It has its own processor, it has its own memory, and it can run computer programs all on its own without using your computer's main processor. Applications that do heavy 3D work are designed so that they run part of the program on your computer's main processor, and part of the program on your graphics card processor. The main processor says to the graphics processor, "This is what a tank looks like. This is what color it is. Now draw a tank here, and draw another one there." Then the main processor goes off to do its own thing, and it does not need to spend any time drawing the graphics. The processor on the graphics card takes care of that.
All of this is nothing that you need to interact with or be aware of directly. All you need to know is that the preferences command in your game has an option called "OpenGL" and an option called "software rendering." Software rendering means use your computer's main processor for everything, including drawing the graphics. This will be slower and your graphics will not look as good. OpenGL means use the processor built into your computer's graphics card as well as the main processor in your computer. The game will be faster and the graphics will look better.