8000 GitHub - ousttrue/microui: A tiny immediate-mode UI library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ousttrue/microui

 
 

Repository files navigation

zigmui ZIG Micro UI

original

+-------+ mouse/keyboard input
|microui|<----------+
+-------+           |
 |build commands    |
 v                  |
+---------------+  +-----------+
|UIRenderFrame.h|  |main       |
+---------------+  |glfw window|
 |render commands  +-----------+
 v                  |
+-----------+       |
|gl_renderer|<------+ main loop
|font atlas |render
+-----------+
  • zig renderer
  • OpenGL4 vbo
  • wasm version

zig_renderer

It can be compiled to both Desktop Native and Wasm.

wasm build

https://ousttrue.github.io/microui/

About

A tiny immediate-mode UI library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Zig 82.2%
  • JavaScript 12.9%
  • C 4.2%
  • CMake 0.2%
  • HTML 0.2%
  • GLSL 0.2%
  • CSS 0.1%
0