SWinxy
SWinxy
Everything looks fine, and you can freely ignore my suggestions. They are just thoughts. And yeah we should probably earmark third party files to avoid "tribal knowledge".
LGTM. I'm not qualified to comment on the test code, but the new error presents a useful message. The method already throws an IIOException, so no problems there. You'll need...
Hey there. The current implementation creates a new `Color` object for each invocation of `stringToColor` (with the exception of `""` because we want to keep developers on their toes). Using...
That's a bit sus for the enhanced switch statement to be significantly slower (7.5x more time than the map). Your methodology still shows that you aren't creating new objects for...
I mean I think I would *prefer* the switch over a map (it looks nicer to me). My crude tests showed that the switch is indeed slower, breaking my conception...
> Could we consider once more times @SWinxy 's Aug 16 comment about color instance ? Are you talking about [keeping the old behavior](https://github.com/openjdk/jdk/pull/9825#issuecomment-1216011827)? If so, your proposed solution looks...
Drops dramatically more than what would normally be expected? What are the frame times you see before & during capturing, and have you done any profiling?
So, what's the difference between this and #9187 and #10606? And did one of them have git issues?
iirc @orange451 did something with a mobile UI, but it wasn't android(?) > For my little mobile UI thing, I ended up writing a middle-layer that pipes LWJGL classes/functions in...
One concern for adding Android support is about who will maintain it. Publishing it with the expectation that someone will maybe fix it is optimistic. It's such a different platform...