Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noteed/hblend
Haskell library and command-line tool to parse Blender's .blend file format
https://github.com/noteed/hblend
Last synced: about 2 months ago
JSON representation
Haskell library and command-line tool to parse Blender's .blend file format
- Host: GitHub
- URL: https://github.com/noteed/hblend
- Owner: noteed
- License: other
- Created: 2009-09-17T09:16:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-03T20:20:41.000Z (almost 14 years ago)
- Last Synced: 2023-04-13T10:31:55.073Z (over 1 year ago)
- Language: Haskell
- Homepage: http://hy.io/blender/hblend.html
- Size: 230 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
- The top of Data.Blend has some explanation.
- Haddock documention should be written.
- Type signatures in the generated code should be generated
(goal of no warning at compilation, even for generated code).
There is a warning for import Data.ByteString (ByteString).
The import is needed so I don't understand it.
There are warnings for 'h' not used. To suppress them, code
to know if a structure contains pointers is necessary.
- The generated code is specific to some endianness and pointer size.
- Nothing is done yet to share the data structures from different
Blender version.