Alexey Gulev

Results 409 comments of Alexey Gulev

PR for JavaFx to track https://github.com/openjdk/jfx/pull/1373

I think you right here, I'll take a look into this issue

> If you want the sprite size to be the same as the actual size of your image, and the quad would align with your pixels, you can still get...

I think it's not an issue. I mean, this is designed this way: - if you want to use RT, just assign it as resource; - or use texture (dummy...

> Remotery uses `mach_absolute_time()` We use it only in debug, maybe this is not that necessary then?

https://developer.apple.com/news/?id=3d8a9yyh Starting March 13: If you upload a new or updated app to App Store Connect that uses an API requiring approved reasons, we’ll send you an email letting you...

Merged from https://github.com/defold/defold/issues/9037 : Problem: I need to make look up shader for sprites. It will take color from tex0, calculate uv by this value and sample from another texture...