Tommy Ettinger

Results 256 comments of Tommy Ettinger

It definitely seems like a bug, I just can't reproduce it on Windows 10, with Java 17 or Java 8. Linux could be a completely different can of worms, but...

Why do you need modules here? I've only seen the existence of a module-info.java file cause problems... I don't know what you're trying to solve.

There are very few people familiar with modules in the libGDX community, and the ones who are familiar probably use it for work projects. I'm not sure where to turn...

I'm familiar with Maven and use it occasionally. [This project of mine](https://github.com/tommyettinger/isonomicon) uses libGDX 1.12.1 and the LWJGL3 backend with Maven. It does not use JPMS, though.

When I tried this in gdx-liftoff, it didn't work any better than the AWT extension. I believe that was in the early days of LWJGL 3.3.3, and things may have...

@casid That seems odd that Mac still takes just a few microseconds -- if a frame took 1 millisecond, that would put you at about 1000 FPS, and if it's...