-
-
Notifications
You must be signed in to change notification settings - Fork 8
Using NvgSharp in Generic Game Engine
Roman Shapiro edited this page Jun 27, 2022
·
10 revisions
https://www.nuget.org/packages/NvgSharp/
https://www.nuget.org/packages/NvgSharp.Text/ (optional reference, if you want the text rendering)
In order to use NvgSharp in a generic engine you need to provide an implementation for interface INvgRenderer
NvgSharp.Samples.Silk.NET demonstrates usage of NvgSharp in Silk.NET
NvgSharp.Samples.OpenTK demonstrates usage of NvgSharp in OpenTK