Results 7 comments of Michael

I am planning to create a debug UI/editor UI as a second window on top / besides my libgdx app. So I would be interested to fix these issues also....

I have made some tests a while back with wrapping a java library with tortilla, type hinting myself and un-type-hinted with reflection. ``` (println) (let [n 100000 args [[300 400]...

> Sounds like a sensible idea. Is `Configuration.GLFW_CHECK_THREAD0.set(false)` needed as well? Mario (libGDX creator) and Xyper (Minecraft modder) use it. Works for me on MacOs Ventura without that line. I...

I have thought about this PR again and I am thinking to remove this commit and create a new branch with just one public static method added: ```java /** *...

I have been reading your comment again, I didn't know about any startup helper from liftoff. That might be a good idea too for starting desktop lwjgl apps to include...

> Hey, sorry for the late review, but I think this is generally a good addition. Three minor nitpicks: > > * I'd change the method name to something more...

To add some more background: I have been using a context map in my game instead of relying on global state. This PR is experimental and more of an idea,...