Hello, I’m planning to add NanoVG support into my game.
NanoVG is small antialiased vector graphics rendering library for OpenGL (there is DirectX port).
So I have a few questions:
- What would be the best way to render it on screen (the fastest way)?
- Which version of NanoVG would be better to use with UE4 (OpenGL or DirectX)?