Nikita Shtengauer

Results 31 comments of Nikita Shtengauer

Will this feature be added in future updates? For example, you can select an icon in one of the existing WebLaF skins.

It looks like a fail in creation of OpenGL context. Can you try to create it manually at the beginning of the program using GLContext.create(...)? If it works, then try...

I think it's possible. I'm currently doing some code rewriting, so I'll take into account

Interesting. I think I should also do a little functionality testing when checking NvDxInterop support to rule out any driver or hardware issues. I'll see what I can do about...

@streamingdv Hi, currently busy with my job and also the project [grapl](https://github.com/husker-dev/grapl) that we use. I plan to work on openglfx soon, but I won't give exact dates. It might...

@streamingdv, some updates: Swap buffers --- I made a good asynchronous algorithm that will have something called "Swap buffers". Also, I will remove synchronous rendering, because better option will be...

It looks like I can do it without DirectX 11. It seems to work too

I read somewhere that the jmonkeyengine developers are not very happy with the integration into javaFX. But who cares :)

The canvas can also be updated when the size or visibility changes. Is any of this used?

Why is fixed fps so important? If it is used for movement, then it is better to use delta time from the render event.