|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
Cross-platform file dialog utilities. More...
#include <PlatformUtils.h>
Static Public Member Functions | |
| static std::string | OpenFile (const char *filter) |
| Opens a file dialog to select a file to open. | |
| static std::string | SaveFile (const char *filter) |
| Opens a file dialog to select a location to save a file. | |
Cross-platform file dialog utilities.
|
static |
Opens a file dialog to select a file to open.
| filter | The file type filter for the dialog. |
|
static |
Opens a file dialog to select a location to save a file.
| filter | The file type filter for the dialog. |