- MSVC (included in Visual Studio 2019 Build Tools) or Clang (WIP)
- Visual Studio Code
- Bash (included in Git for Windows)
- base
- cpp
- cpp_msvc
- cpp_mvsc_cmd
- cpp_vcpkg
- cpp_win32
- cpp_win32_dx11
- cpp_win32_nocrt
# (re)start code with tools
start
# install vcpkg
vcpkg
# install dependencies with vcpkg
install
# rebuild local/vend
vend
# building
build
# running
run
run --debug
run --headlessvoid main_init();
void main_size();
void main_idle();
void main_start();
void main_step();
void main_draw();
void main_on_system_event( app_system_event );
void main_exit();
void main_midi( midi_event event );