randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

Adds Crates for XML and COLLADA File Parsing #1

Closed randomPoison closed 9 years ago

randomPoison commented 9 years ago

This Commit adds two crates: parse-xml and parse-collada. These crates provide basic functionality for loading XML files and COLLADA files, respectively. These have been successfully tested on FBX COLLADA files exported from Maya 2015. There's still a lot of work that needs to be done to cleanup the code and support all features, but it has enough functionality to ensure that I don't have hard code mesh data any more.