You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CORE_SOURCES gains exactly one TU — core/render/image_stream.cpp, the
new dynamic-texture surface (CPU-side pixel upload, e.g. decoded video
frames). It is self-contained (its own header plus the STL), so the
descriptor's sources go 25 → 26 and nothing else moves: 3rd/ is
byte-identical, the tray bridge and window/input backends are
unchanged, and deps/features/flags all carry over. The remaining
upstream changes are backend internals for the new surface (opengl and
vulkan image/upload paths, both shader sets), an off-by-default
EUI_APP_RUNNER umbrella-main variant aimed at xmake-repo packaging,
and an FFmpeg example behind EUI_BUILD_FFMPEG_VIDEO_EXAMPLE — all
outside this package's source list.
-fno-char8_t is still required: platform.cpp/shadertoy_json.cpp/
image_source.cpp still return path::u8string() as std::string.
No CN mirror yet (never published to mcpp-res); same GLOBAL+CN entry
shape as 0.5.7. sha256 derived from the tag tarball.
All seven workspace members bumped to 0.5.8 and verified locally with
mcpp 2026.9.4.1 (parse OK, lint green; eui-neo, eui-neo-window,
eui-neo-app-main, eui-neo-markdown, eui-neo-vulkan, eui-neo-sdl2 and
eui-neo-tray all pass — 549s total).
0 commit comments