# microui **Repository Path**: mirrors_ousttrue/microui ## Basic Information - **Project Name**: microui - **Description**: A tiny immediate-mode UI library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-02 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zigmui ZIG Micro UI [original](./README.md) ``` +-------+ mouse/keyboard input |microui|<----------+ +-------+ | |build commands | v | +---------------+ +-----------+ |UIRenderFrame.h| |main | +---------------+ |glfw window| |render commands +-----------+ v | +-----------+ | |gl_renderer|<------+ main loop |font atlas |render +-----------+ ``` * [x] zig renderer * [x] OpenGL4 vbo * [x] wasm version ## zig_renderer It can be compiled to both Desktop Native and Wasm. ## wasm build