5 releases (breaking)

Uses old Rust 2015

0.6.0 Feb 10, 2016
0.5.0 Jan 8, 2016
0.4.0 Nov 20, 2015
0.3.0 Aug 31, 2015
0.2.0 Aug 28, 2015

#82 in #piston

MIT license

25KB
194 lines

#About This crate contains rules for parsing the OpenGEX format. The data will be stored in structures that interfacing applications can read from.

OpenGEX

The Open Game Engine Exchange (OpenGEX) format is a text-based file format for transferring scenes between applications, for example game engines and moddeling tools. The format was specifically designed with game engines in mind. More information, like the specification, can be found on the format's official webpage.


lib.rs:

Library for parsing OpenGEX formatted files.

Dependencies

~705KB
~14K SLoC