Grim Maple
Grim Maple
This should be fixed as of now. If anyone can check this, it would be greatly appreciated!
Hi! The required version of `dlangui` is `~>0.9.187`, yours is `0.9.182`. Have you run `dub upgrade`?
> I recently rewritten the window creation code to create a compatibility GL context. Which doesn't seem to work, unfortunately :( Creating an "old" version context (eg 2.0) also doesn't...
> > > > > > > > > I recently rewritten the window creation code to create a compatibility GL context. > > You mean core (aka forward compatible)...
> > > > > > > > > > > > > > > > > I recently rewritten the window creation code to create a compatibility GL context....
`bindbc-imgui` gives you a pain-free experience in using imgui, with C-style API also! There is no reason in rewriting `dlangui`, because it's currently in maintain-only mode. I'm going to keep...
I tested it on the most recent commit and didn't see any jittering. Is this still an issue?
> It seems OpenGL implementation is buggy, for now as a workaround it can be avoided using "minimal" configuration that draws using system graphics instead of OpenGL, using it provides...
Hello! I just downloaded the 0.9.187 version and compiled it without any problems. Can you please add more info, e.g. the operating system you're using, and the sample code you're...
This works fine on my Windows box. I think this is caused by an outdated compiler. `isClose` was introduced in dmd 2.091.0: https://dlang.org/changelog/2.091.0.html#isClose Can you upgrade your compiler in any...