Privacy
An open-source, flexible 3D physical simulation framework
main.cpp File Reference
#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...
 

Function Documentation

◆ ignoreSignal()

void ignoreSignal ( int  sig)

Definition at line 34 of file main.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

The main function, that starts the GUI and init the physical environment.

Convention that start the simulation

Definition at line 41 of file main.cpp.

◆ qtExitHandler()

void qtExitHandler ( int  sig)

Definition at line 29 of file main.cpp.