Kotlin OpenGL Render SVG using librsvg

Submitted by Dickens A S on Fri, 11/22/2019 - 07:55

Kickstart Kotlin OpenGL using GLEW, librsvg using below github code

Output window with GLFW

SVG Using librsvg

You Need MSYS2

This is required for windows to download pre-compiled libraries and its headers

pacman -S mingw-w64-x86_64-glew mingw-w64-x86_64-glfw mingw-w64-x86_64-cairo mingw-w64-x86_64-librsvg

change x86_64 to i686 for 32 bit widows

Source Code

End Of Article

Add new comment