add entire atmosphere source code and also add ram timing fixes

This commit is contained in:
souldbminersmwc
2025-08-31 14:07:54 -04:00
parent fd91bc07d8
commit ca285351db
3743 changed files with 565998 additions and 23 deletions

View File

@@ -0,0 +1,18 @@
NanoVG for Deko3D
==========
NanoVG is small antialiased vector graphics rendering library. This is a port to [deko3d](https://github.com/devkitPro/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](https://github.com/Adubbz/nanovg-deko3d-example).
## License
The library is licensed under [zlib license](LICENSE).
Dependencies:
- fincs' deko3d framework is licensed under [zlib license](source/framework/LICENSE).
## Links
The original [nanovg project](https://github.com/memononen/nanovg).
Uses [stb_truetype](http://nothings.org) for font rendering.
Uses [stb_image](http://nothings.org) for image loading.