Skip to content

Utility to draw box characters on terminal. Also creates "windows" inside the terminal.

License

Notifications You must be signed in to change notification settings

luizfeldmann/BoxCanvas

Repository files navigation

BoxCanvas

Utility to draw box characters on terminal. Also creates "windows" inside the terminal.

File browser dialog box

uint8_t ShowFileExplorer(char *out_filename, const char* filterextension, const char* title, uint8_t fileMustExist, DialogBoxStyle styleSelector);

screenshot_file

Message dialog box

uint8_t ShowMessageBox(const char *title, const char *text, uint8_t numOptions, char* options[], DialogBoxStyle styleSelector);

screenshot_msg

Slider dialog box

float ShowSliderBox(const char *title, const char *text, float minValue, float curValue, float maxValue, float increment, DialogBoxStyle styleSelector);

screenshot_slide

About

Utility to draw box characters on terminal. Also creates "windows" inside the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages