Example #1
0
int main() {
  MyApp app;
  while(running){
    app.onFrame();
    usleep(1);
  }
  return 0;
}