+ 2
Which is better: WebGL / OpenGL / Vulkan ?
5 Antworten
+ 3
WebGL is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics and image processing and effects as part of the web page canvas.
+ 3
Open Graphics Library is a cross-language, cross-platform application programming interface for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit, to achieve hardware-accelerated rendering.
Vulkan is a low-overhead, cross-platform 3D graphics and computing API. Vulkan targets high-performance realtime 3D graphics applications such as video games and interactive media across all platforms.
+ 2
Hi can you tell which one is better?
+ 2
You may find answer in https://www.phoronix.com/scan.php?page=news_item&px=Chromium-ANGLE-Vulkan
+ 2
details elucidated in https://www.slant.co/topics/5346/~cross-platform-3d-graphics-apis ,to Compare/ contrast the webGL/OpenGL/Vulkan etc, at one place.