Skip to content

lumixing/qui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qui, a simple imgui for odin

very very wip
goals:

  • simple
  • powerful
  • customizable

example

if qui.div_start() {
  if qui.div_start(
    direction = .Horizontal,
    padding = 8,
    gap = 8,
    background_color = rl.RED,
  ) {
    qui.rect(64)
    qui.rect(64)
    qui.rect(64)
  }
}

About

(wip) an IMGUI that doenst suck

Resources

Stars

Watchers

Forks

Contributors

Languages