Skip to content

Using NvgSharp in Generic Game Engine

Roman Shapiro edited this page Jun 27, 2022 · 10 revisions

Installation

https://www.nuget.org/packages/NvgSharp/

https://www.nuget.org/packages/NvgSharp.Text/ (optional reference, if you want the text rendering)

Usage

In order to use NvgSharp in a generic engine you need to provide an implementation for interface INvgRenderer

Samples

NvgSharp.Samples.Silk.NET demonstrates usage of NvgSharp in Silk.NET

NvgSharp.Samples.OpenTK demonstrates usage of NvgSharp in OpenTK

Clone this wiki locally