v1.0.0
v1.0.0
- Integrated ImGui Test Engine
- Layout & docking: can switch between several layout and save their settings separately
- Reduce FPS when not in use to save CPU usage: added FpsIdling options
- Can store custom user preferences
- Greatly improved HighDpi support
- Improved Theming and Themes
- Added callbacks: PostInit / BeforeExit_PostCleanup / PreNewFrame
- MingW compatibility (and CI)
- Make it possible to run without assets/fonts
- Improved emscripten multithread support
What's Changed
- Fixed build MinGW 8.1 by @BigBIueWhale in #31
- Fix integer conversion warning seen on Windows MSVC by @Guillaume227 in #44
- [fix] App window forces itself to the foreground by @Guillaume227 in #47
- fix c++ standard version in readme by @iAndyHD3 in #54
- fix IsRegularFile and LoadAssetFileData_Impl by @XMNXofficial in #59
New Contributors
- @BigBIueWhale made their first contribution in #31
- @Guillaume227 made their first contribution in #44
- @iAndyHD3 made their first contribution in #54
- @XMNXofficial made their first contribution in #59
Full Changelog: 0.8.0...v1.0.0