![]() |
An open-source, flexible 3D physical simulation framework
|
#include "Viz.h"
#include "GraphicsTimer.h"
#include "MyApp.h"
#include <signal.h>
#include <stdexcept>
Go to the source code of this file.
Functions | |
void | qtExitHandler (int sig) |
void | ignoreSignal (int sig) |
int | main (int argc, char *argv[]) |
The main function, that starts the GUI and init the physical environment. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |