Atmosphere / troposphere / daybreak / nanovg /
@SciresM SciresM authored on 20 Aug 2021
GitHub committed on 20 Aug 2021
..
include daybreak: fix compat with newer deko3d 5 years ago
shaders Added Daybreak, a system updater homebrew (#1073) 6 years ago
source git subrepo pull troposphere/daybreak/nanovg/ 5 years ago
.gitignore ams: replace sept with tsec firmware (#1594) 4 years ago
.gitrepo git subrepo pull troposphere/daybreak/nanovg/ 5 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.