Skip to content
#

imgui

Here are 350 public repositories matching this topic...

imgui
ocornut
ocornut commented Oct 15, 2019

Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.

Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.

aganm
aganm commented Apr 25, 2020

There's a couple pictures on the home page showing what nuklear can do. One of them a battlefield themed settings menu.

Could someone provide demos for these picture demos? I'm trying to learn nuklear but the documentation alone is not quite so obvious. The current demos can be useful but they do not have most of the picture demos on the home page.

Thanks

pmhpereira
pmhpereira commented Feb 19, 2016

PDF shouldn't be the only format of distribution for the documentation.
It's hard to edit (only the one - you - with the source file can edit it) and it lacks version control because it is a binary file type.

I think a good alternate way would be to have GitHub pages set up, with the documentation in HTML. The PDF files in this repository would be a "print" of those files.

pixtur
pixtur commented Apr 13, 2019

My biggest hurdle of using imgui is the lack of built in documentation. I know that the end of line comments in imgui.h are all over the place and probably not always useful without a context, but it would be extremely helpful to convert a line like this...

IMGUI_API void          Dummy(const ImVec2& size);                                      // add a dummy item of given size. unlike In
Sacules
Sacules commented Apr 10, 2020

Although there's plenty of info in the wiki, most of the types and functions don't show up any documentation when using godoc or pkg.go.dev. As someone unfamiliar with Dear Imgui it's not obvious at all what a builder is or what NewGlyphRanges() even does and why it's necessary to load fonts. So it'd be nice to have more information for all of them :)

Improve this page

Add a description, image, and links to the imgui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imgui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.