Skip to content

belimoth/template

Repository files navigation

SUBHELION TEMPLATE LIBRARY

Requirements

Build requirements

Development requirements

Optional development tools (scripts)

Optional development tools (cpp)

Templates

List of templates

- base
- cpp
- cpp_msvc
- cpp_mvsc_cmd
- cpp_vcpkg
- cpp_win32
- cpp_win32_dx11
- cpp_win32_nocrt

Scripts (WIP)

# (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 --headless

API (WIP)

void 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 );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published