2024
Released emscripten-ports v2024.12.11 with the following changes:
- Upgraded ImGui to 1.91.6
- Added
disableDefaultFont
option to the port to enable theIMGUI_DISABLE_DEFAULT_FONT
define thus disabling building the default font completely (saves almost 25k in the final build)
- Added
Proudly announcing the release of a brand-new project emscripten-ports.
The goal of this project is to collect ports that are not part of Emscripten.
The first port released is for ImGui, a bloat-free Graphical User interface for C++ with minimal dependencies.