https://github.com/visual-vincent/nanovg.netcore
.NET Core bindings for NanoVG
https://github.com/visual-vincent/nanovg.netcore
dotnet dotnet-core graphics nanovg opengl opengl3 pinvoke svg vector-graphics
Last synced: 3 months ago
JSON representation
.NET Core bindings for NanoVG
- Host: GitHub
- URL: https://github.com/visual-vincent/nanovg.netcore
- Owner: Visual-Vincent
- License: mit
- Created: 2022-01-09T13:20:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T17:06:03.000Z (over 3 years ago)
- Last Synced: 2025-02-24T03:57:34.031Z (3 months ago)
- Topics: dotnet, dotnet-core, graphics, nanovg, opengl, opengl3, pinvoke, svg, vector-graphics
- Language: C#
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NanoVG.NETCore
[](https://www.nuget.org/packages/NanoVG.NETCore/) [](/LICENSE).NET Core bindings for [NanoVG](https://github.com/memononen/nanovg).
Inspired by [Saša Barišić's NanoVG port](https://github.com/sbarisic/nanovg_dotnet) for .NET Framework. Remade from scratch to build a more automated workflow, making it easier to stay up-to-date with NanoVG.
## Screenshot
[](screenshot.png)## System requirements
- .NET Core 3.1 or newerWindows-specific requirements:
- Windows 7 SP1 or newer
- Microsoft Visual C++ 2019 Redistributable (x86, x64 or both, depending on which platform(s) you target)
- https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist(Cross-platform support will be added in the future)