Atmosphere / troposphere / daybreak / nanovg /
@Adubbz Adubbz authored on 8 Jul 2020
GitHub committed on 8 Jul 2020
..
include Added Daybreak, a system updater homebrew (#1073) 6 years ago
shaders Added Daybreak, a system updater homebrew (#1073) 6 years ago
source Added Daybreak, a system updater homebrew (#1073) 6 years ago
.gitignore Added Daybreak, a system updater homebrew (#1073) 6 years ago
.gitrepo Added Daybreak, a system updater homebrew (#1073) 6 years ago
LICENSE Added Daybreak, a system updater homebrew (#1073) 6 years ago
Makefile Added Daybreak, a system updater homebrew (#1073) 6 years ago
README.md Added Daybreak, a system updater homebrew (#1073) 6 years ago
README.md

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.