https://github.com/bitpuffin/daed
A library for loading Collada assets (.dae's) with the D programming language. daeD is awesomely enough spelled "Dead" backwards :)
https://github.com/bitpuffin/daed
Last synced: 4 months ago
JSON representation
A library for loading Collada assets (.dae's) with the D programming language. daeD is awesomely enough spelled "Dead" backwards :)
- Host: GitHub
- URL: https://github.com/bitpuffin/daed
- Owner: BitPuffin
- License: zlib
- Created: 2012-07-02T00:01:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-04T11:55:54.000Z (almost 14 years ago)
- Last Synced: 2025-01-20T17:16:37.309Z (over 1 year ago)
- Language: D
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Copyright (c) 2012 Isak Andersson
daeD
====
A library for loading collada files with the D programming language (huzzah!).
I created this library because I feel that libraries like assimp, while great
are just too big for what I personally need. I want to use one format for my 3d
assets, and I want the format to be an open standard - so Collada it is!
Check the LICENSE.txt file bundled with this source distribution for terms of use. SPOILER:
It's zlib.
Remember, assimp is grown - daeD is designed :)
Enjoy this library!