https://github.com/blocksds/libnds
Development library for Nintendo DS and DSi. https://codeberg.org/blocksds/libnds
https://github.com/blocksds/libnds
blocksds nintendo-ds nintendo-ds-homebrew nintendo-dsi
Last synced: 4 months ago
JSON representation
Development library for Nintendo DS and DSi. https://codeberg.org/blocksds/libnds
- Host: GitHub
- URL: https://github.com/blocksds/libnds
- Owner: blocksds
- Created: 2023-02-18T17:51:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-06T00:50:50.000Z (4 months ago)
- Last Synced: 2026-03-06T04:52:53.042Z (4 months ago)
- Topics: blocksds, nintendo-ds, nintendo-ds-homebrew, nintendo-dsi
- Language: C
- Homepage: https://blocksds.skylyrac.net/libnds/index.html
- Size: 5.48 MB
- Stars: 65
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: licenses/LICENSE
Awesome Lists containing this project
README
# libnds
A library to develop applications for a Nintendo DS.
- [Documentation](https://blocksds.skylyrac.net/libnds/index.html)
- [Examples](https://codeberg.org/blocksds/sdk/src/branch/master/examples)
Please, report issues [here](https://codeberg.org/blocksds/sdk/issues).
## Licensing
libnds is provided under the terms of [the Zlib license](./licenses/LICENSE).
The FAT file system driver used, FatFs, is provided under [a distinct permissive license](./licenses/LICENSE.FatFs).