angelsl / libjinx

A Java library to read NX files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libjinx

...is a simple Java library for reading NX files.

It is, however, very slow. Parsing the node tree of the GMS v40b Data.nx takes a full 4 seconds. Image support is also sketchy.

Direct all blame to Java.

License

libjinx is licensed under the GNU GPL v3.0 with Classpath Exception.

Acknowledgements

  • retep998, the co-designer of the NX format
  • aaronweiss74 for the idea of writing a Java library
  • LZ4, a fast and speedy compression algorithm used in NX to compress images
    • though Java certainly doesn't do it justice
  • jnicompressions, the library used to perform LZ4 decompression in libjinx

About

A Java library to read NX files.


Languages

Language:Java 58.6%Language:C 37.7%Language:C++ 3.7%