thorvg / thorvg

Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents.
https://www.thorvg.org
MIT License
671 stars 104 forks source link

Create vulkan renderer #474

Open fire opened 3 years ago

fire commented 3 years ago

As Opengl is being deprecated in many systems like Android, Vulkan is the obvious choice to have a render engine.

Also Godot Engine's next version is Vulkan.

hermet commented 2 years ago

Starting the feasibility of the vulkan support...