Skip to content

mucbuc/entry_point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

entry_point

Common entry point for web and native app.

usage example

entry_point::execute_main_loop([](auto timeslice_in_seconds, auto cancel) {

  // exit update loop
  cancel();
});

build

See test/build_and_run for native and test/em_build_and_run for web

About

Common entry point for web and native app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published