Releases: GPMueller/imgui-app
Releases · GPMueller/imgui-app
Release v0.3.0
Release v0.2.0
Improvements
- cb3dd3e: Add OpenGL triangle drawn in background. Setup separate html canvas elements for the web app and made background colour transparent
- 995f92e: Updated fonts and styles
- 76e40d8: Added stylistically similar icon, logo and favicon
- 9b1a630, 39a77c2: Refactor
main
into classesGlfwWindow
encapsulates some GLFW-only functionalityApplication
uses theGlfwWindow
as the application window and uses OpenGL to draw the background and ImGui to draw the UI elements- Started moving OpenGL stuff into its own
OpenglRenderer
class
- 3c24175: CI: automatically generate changelog for release draft
- 6c60994: Improve menu-bar layouting
Fixes
Release v0.1.0
First basic demo.