Driver.cpp - RyanBabij/WorldSim GitHub Wiki

Responsible for critical initialisation (OpenGL), core dependencies, command line switches, and main loop. Apart from this, there shouldn't be much else here.

The use of "Driver" is a Java colloquialism. Driver is of course not a class in C++.