Anuken / Arc

A Java game development framework based off of libGDX.
Apache License 2.0
316 stars 98 forks source link

Adding VulkanAPI in Arc #180

Closed Savin1play140 closed 1 week ago

Savin1play140 commented 1 week ago

It would be necessary to add supprot for VulkanAPI to Arc, since OpenGL works slower than the above mentioned API

k8ieone commented 1 week ago

@Savin1play140 Mindustry is a very lightweight game. I'm not sure if the performance improvements alone would be worth the development effort.

There is another aspect to this though. OpenGL is basically considered obsolete by most of the world and companies seem to be slowly dropping it in favor of Vulkan. At some point new devices will not support OpenGL at all.

Savin1play140 commented 1 week ago

@k8ieone yes it is, but i add supprot VulkanAPI can get better results. And it can help with optimization. Adding this support will not hurt

Anuken commented 1 week ago

I have absolutely no interest in adding Vulkan support.

Adding this support will not hurt

You are vastly underestimating the amount of effort such a project would require.