Genetic generation of cars in a 2D environment
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
//
|
|
|
|
//
|
|
|
|
// OSX GLEssentials
|
|
|
|
//
|
|
|
|
// Copied from the Apple GLEssentials
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
@import Cocoa;
|
|
|
|
|
|
|
|
int main(int argc, char *argv[]){
|
|
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
|
|
}
|