https://github.com/eteran/libunif
A library for creating and loading UNIF files
https://github.com/eteran/libunif
Last synced: about 1 year ago
JSON representation
A library for creating and loading UNIF files
- Host: GitHub
- URL: https://github.com/eteran/libunif
- Owner: eteran
- License: gpl-2.0
- Created: 2015-03-21T17:24:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T00:41:36.000Z (over 5 years ago)
- Last Synced: 2024-05-01T13:38:55.836Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 101 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
The UNIF format is a portable, flexible REPLACEMENT of the NES standard (Designed by Marat Fayzullin). It is a chunked file format in the lines of the Amiga IFF (LBM), Microsoft RIFF (WAV) and Autodesk 3D studio mesh files (3DS). The goal of having a chunked definition is to provide flexibility and ease of implementation, as data is described in blocks with type IDs referring to them and header information to provide a selective data reading.
The format uses symetric data conversion for numerical compatibility between the different platforms' byte ordering. The ordering used is the 6502 Byte order (Intel).