fogleman / fauxgl

Software-only 3D renderer written in Go.
MIT License
870 stars 69 forks source link

Collada support? #5

Open Splizard opened 7 years ago

Splizard commented 7 years ago

Would it be possible to load Collada files (with the .dae extension)? There is already a go package for loading the files: https://github.com/metaleap/go-collada

It is an XML format, so it shouldn't be too difficult to parse.