https://games.greggman.com/game/imhui-first-thoughts/ [ ] * Top * About * Search * @greggman * github games.greggman.com ImHUI - first thoughts 2021-02-27 I'm a fan (and a sponsor) of Dear ImGUI. I've written a couple of previous articles on it including this one and this one Lately I thought, I wonder what it would be like to try to make an HTML library that followed a similar style of API. NOTE: This is not Dear ImGUI running in JavaScript. For that see this repo. The difference is most ImGUI libraries render their own text and graphics. More specifically they generate arrays of vertex positions, texture coordinates, and vertex colors for the glyphs and other lines and rectangles for your UI. You draw each array of vertices using whatever method you feel like. (WebGL, OpenGL, Vulkan, DirectX, Unreal, Unity, etc...) This experiment is instead actually using HTML elements like
, ,