opengr2 0.1.0

A file parser for Granny2 (.gr2) files written in pure rust
Documentation
  • Coverage
  • 9.46%
    7 out of 74 items documented0 out of 4 items with examples
  • Size
  • Source code size: 272.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NoFr1ends

opengr2

Open source parsing library for Granny2 files written in rust.

This library is an alternative rust native version of the C library opengr2.

Features

Functionality Status
Basic parsing ⚠️ (some types are still missing)
Big endian files ✔️
64 bit files ✔️
File format 7 ✔️
File format 6 ⚠️ (should work but needs more testing)
Custom element types
Oodle-0 compression
Oodle-1 compression
Bitknit-1 compression
Bitknit-2 compression

Related projects

  • Granny2 Viewer an open source file viewer using egui and runs in the web browser.
  • Bevy File Loader a Bevy plugin to enable loading Granny2 files as a scene.

License

This library is licensed under the MIT-License.