#blender #blend #generator #gamedev #game

blend-bindgen-rs

A Rust library to generated Blender's data structures

5 releases (breaking)

0.5.0 Dec 23, 2022
0.4.0 Aug 7, 2022
0.3.0 Aug 7, 2022
0.2.0 Aug 6, 2022
0.1.0 Aug 6, 2022

#1482 in Data structures

Download history 5/week @ 2024-02-18 7/week @ 2024-02-25 1/week @ 2024-03-03 5/week @ 2024-03-10 56/week @ 2024-03-31

61 downloads per month
Used in blend-rs

Apache-2.0

20KB
463 lines

blend-bindgen-rs

A Rust library to generated Blender's data structures.

Note: This crate in its current state is only usable for the blend-rs library and not meant to be used directly.

Description

This library belongs to a set of three libraries which are all related to the topic of reading Blender's .blend files:

  • blend-inspect-rs: A Rust library to parse and analyse Blender's .blend files.

  • blend-bindgen-rs: A Rust library to generated Blender's data structures.

  • blend-rs: A Rust library to read Blender's .blend files.

Contributions

All contributions are welcome: ideas, patches, documentation, bug reports, complaints. Any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be licensed without any additional terms or conditions.

License

Licensed under Apache License, Version 2.0.

Dependencies

~3MB
~61K SLoC