imgui
Here are 350 public repositories matching this topic...
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
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.
This function would be nice, showing the total damage you did to your team (thus preventing you from taking a suspension for TK), and showing the damage your allies did to each other (Also giving information in case you are trolling, being able to ban allies.)
It's a pretty stupid function, but it's cool.
Discuss: https://www.unknowncheats.me/forum/counterstrike-global-offensive/307950-team
Add features list
Is there a TODO list anywhere of the API surface that's not exposed yet in this rust wrapper?
E.g. I want to use tabs, but can't find them here.
XML documentation?
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
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 :)
In web version, update function void OpenShellURL(const std::string& url) to open link in a new browser tab.
-
Updated
Jun 30, 2020 - Lua
-
Updated
Jun 27, 2020 - C++
We currently have the ability to draw rectangles, it would also be cool if we can draw other circles, lines etc.
opencv drawing function doc
-
Updated
Jun 28, 2020 - C++
Here's the list of requirements: https://bincrafters.readthedocs.io/en/latest/contributing_to_packages/package_guidelines_faq.html
I'm not a Conan user, so everyone who uses Conan is encouraged to go through the whole process and contribute, given that we now support Conan.
-
Updated
Apr 22, 2020 - C++
-
Updated
Jun 30, 2020 - C
When using LAY_BOTTOM or LAY_RIGHT anchors for an item's behavior, it doens't subtract the "left" margin, leaving you with an invalid offset: (yellow rectangles are the margins)
Changing the code to the following fixes the problem:
case LAY_RIGHT:
child_rect[dim] += Is your feature request related to a problem? Please describe.
Standard mode has the usual keystrokes for notepad, but there are more that would probably be useful.
Describe the solution you'd like
As a first step, a quick review of the common keystrokes in notepad/wordpad/work, for example might throw up some obvious ones we could add
-
Updated
Jun 14, 2020 - C++
-
Updated
Jun 27, 2020 - Kotlin
-
Updated
Jul 1, 2020 - C++
Right now it's hardcoded.
-
Updated
Jun 27, 2020 - C++
-
Updated
May 24, 2019 - C
The project could use a set of instructions for how to build for android distribution, preferably also statically link into the love2d binary itself.
Improve this page
Add a description, image, and links to the imgui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imgui topic, visit your repo's landing page and select "manage topics."


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.