Voxelers / mcthings

A Python framework for creating 3D scenes in Minecraft and Minetest
Apache License 2.0
59 stars 11 forks source link

Learn Vulcan API #124

Open acs opened 4 years ago

acs commented 4 years ago

Vulcan API is the evolution of OpenGL and it seems to be the strong option already in Android devices. Let's learn it as we did with OpenGL #123

https://www.reddit.com/r/vulkan/comments/77j2sz/when_to_use_vulkan_vs_opengl/ Vulcan and OpenGL use cases

acs commented 4 years ago

https://www.androidauthority.com/opengl-vs-vulkan-performance-706408/

Vulcan is in quality compare with OpenGL 3.1 but it is much faster. Use all the CPU cores. And probably currently is supported to start using it in games in Android.

acs commented 4 years ago

https://www.androidauthority.com/opengl-vs-vulkan-performance-706408/

Vulcan is in quality compare with OpenGL 3.1 but it is much faster. Use all the CPU cores. And probably currently is supported to start using it in games in Android.

acs commented 4 years ago

Vulcan in Android: