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: over 1 year 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 (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T22:25:07.000Z (about 3 years ago)
- Last Synced: 2025-01-19T06:11:34.861Z (over 1 year ago)
- Language: Haskell
- Homepage: http://hy.io/blender/hblend.html
- Size: 140 KB
- Stars: 2
- Watchers: 4
- 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.