1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/troposphere/daybreak/nanovg
2020-12-17 17:19:54 -08:00
..
include git subrepo pull troposphere/daybreak/nanovg/ 2020-12-17 17:19:54 -08:00
shaders Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00
source git subrepo pull troposphere/daybreak/nanovg/ 2020-12-17 17:19:54 -08:00
.gitignore Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00
.gitrepo git subrepo pull troposphere/daybreak/nanovg/ 2020-12-17 17:19:54 -08:00
LICENSE Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00
Makefile Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00
README.md Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00

NanoVG for Deko3D

NanoVG is small antialiased vector graphics rendering library. This is a port to deko3d, a low level 3D graphics API targetting the Nvidia Tegra X1 found inside the Nintendo Switch.

Example

An example of using this library can be found here.

License

The library is licensed under zlib license.

Dependencies:

The original nanovg project. Uses stb_truetype for font rendering. Uses stb_image for image loading.