blackball / mui

Mouse oriented UI library in 500 lines of codes
Apache License 2.0
16 stars 0 forks source link

Wanna move this under "Immediate Mode UI" organization? #3

Open dumblob opened 3 years ago

dumblob commented 3 years ago

Pretty cool minimal lib!

If you'd want some more contributors, users end maybe slightly more publicity, you might consider moving this repo under https://github.com/Immediate-Mode-UI/ organization (note, there are no duties if part of the organization, its sole purpose is to "de-scatter" immediate mode libs :wink:).

blackball commented 3 years ago

Hi!

Mui was made for a very specific project more than 3 years ago and now not maintained. Also it depends on OpenCV.

Another similar and better lib is cvui (https://github.com/Dovyski/cvui). I think maybe you could ask the author if he wanted to move it to your organization.

Good luck!

dumblob commented 3 years ago

Mui was made for a very specific project more than 3 years ago and now not maintained.

Ok. Maybe archive the repo to make it explicit?

Also it depends on OpenCV.

That's good - all UI libs want to render something (at least an abstract tree of "commands" which could be then converted to a specific backend like OpenCV/PNG/OpenGL/X11/... - btw. a "reified" abstract tree of commands is what e.g. Nuklear or layout.c do).

And thanks for the pointer to cvui!