https://github.com/benjamin-dobell/libopenddl
Several parsers & composers for OpenDDL in different programming languages.
https://github.com/benjamin-dobell/libopenddl
Last synced: 7 months ago
JSON representation
Several parsers & composers for OpenDDL in different programming languages.
- Host: GitHub
- URL: https://github.com/benjamin-dobell/libopenddl
- Owner: Benjamin-Dobell
- License: mit
- Created: 2013-11-24T14:40:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T15:54:23.000Z (over 10 years ago)
- Last Synced: 2024-05-01T18:52:15.587Z (over 1 year ago)
- Language: Java
- Size: 195 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libopenddl is a series of open-source libraries, developed by [Glass Echidna Pty Ltd](http://glassechidna.com.au), that parse and compose [Terathon's OpenDDL](http://www.openddl.org) data exchange format.
Java Library
=====
The Java library is a currently available for use and should be nearly fully featured in terms of both parsing and composing OpenDDL. However, it is yet to have undergone any form of thorough testing; so until further notice please treat any releases as beta software.Documentation is also lacking at this point; however, three small samples are available that show off the basics.
Objective-C Library
=====
_TODO_Ruby Library
=====
_TODO_Other Languages to Consider:
-----* C#
* Python
* C