FunMiles
FunMiles
As you say _atm_, I think starting with some basic examples with misc UI components would be a good start. You could then add some more later. Codepen examples is...
I was looking for doing a feature that this could address. I have a bunch of 3 letter labels to put around a sphere. I am making them always face...
@lojjic You understood correctly. And the code you linked does 90% of what I need for (1). Your demo eerily matches my use case. If I may ask you to...
I've been away from this discussion for a long while. However I was just reminded that I want to get back to looking at it. At the end of this...
How will this PR affect the docking branch? (And as a corollary, any reason to keep the docking separate? It is such a great feature.) It seems that it may...
@Dragnalith You are right. ~~A test of a rebase on the latest docking branch only creates unresolved conflicts in one file `imgui_internal.h`.~~ A merge does create a lot more conflicts....
I was wrong for the merge. It's only one commit merge. Here are two questions on this PR coming from handling the merges: - Windows have to be associated with...
> @FunMiles > > > Windows have to be associated with a context. Couldn't they have the context as a member rather than passing it around? > > `ImGuiWindow` already...
> I think it is fine to make all functions take a context parameters, more consistent. It makes merging docking harder. It can also make it possible to send an...
> Can you describe in a bit more detail about what the "win" is for adding CMake support to a code base with an already-existing Autotools build system? > >...