Skip to content
Meta rules for parsing the OpenGEX format
Rust GLSL
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src
tests
.gitignore
Cargo.toml
LICENSE
README.md

README.md

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.

You can’t perform that action at this time.