https://github.com/kermalis/simplenarc
A super-simple library to read NARC files
https://github.com/kermalis/simplenarc
narc nds rom-hacking romhacking
Last synced: about 1 month ago
JSON representation
A super-simple library to read NARC files
- Host: GitHub
- URL: https://github.com/kermalis/simplenarc
- Owner: Kermalis
- Created: 2019-10-02T13:52:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T09:42:47.000Z (over 4 years ago)
- Last Synced: 2025-02-28T10:58:45.491Z (2 months ago)
- Topics: narc, nds, rom-hacking, romhacking
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleNARC is a super-simple library to read NARC files
There is only one `NARC` class:
* It inherits IReadOnlyList\
* There's a method to save each file to a driveAs I said, it's super-simple.
It should work with the majority of NARC files out there, but I don't have odd cases to test, so create an issue if you experience problems.
This library is .NET Standard 2.0.
----
# SimpleNARC uses:
* [My EndianBinaryIO library](https://github.com/Kermalis/EndianBinaryIO)