ruby-libgff
Description
ruby-libgff is library used to parse GFF (nwn format) files. It can be used as a C library, or in Ruby, through a wrapper.
You can get it here
Next releases
0.5
- Add more complex types support (list and struct)
0.4.x
- Add Support for all basic types (byte, char, word, short, dword, int)
Current release : 0.4.0
- Added Big Endian processors (ie G4/G5) compatibility
- Added glib-2.0 dependency. (will help increase compatibility)
Previous releases
0.3.3
- Added support for void data types
0.3
- Added support for exostring, exolocstring, int64, double, dword64 data types
- Enhanced parser
- Enhanced modularity
0.1
- Can parse all blocks of a GFF file except FieldIndicesArray and ListIndicesArray
- Can get a resref from a GFF file, given a label
- Ruby wrapper
