@@ -14,26 +14,23 @@ v3.0.0, please open your file in the latest version of MagicaVoxel and resave -
1414switch you over to the newer dictionary-based ` MATL ` chunks. Alternatively, continue to use
1515v2.0.0.
1616
17- I'm not currently using MagicaVoxel, so am not keeping up with developments in the file format. If there are any
18- missing features, or problems loading more recent files, please don't hesitate to open an issue. I'll try to get back
19- to you within a day or two!
17+ The [ Dust Engine] ( https://github.com/dust-engine ) project is currently maintaining this crate.
18+ If there are any changes in the MagicaVoxel file format, feel free to open an issue or a PR, and we'll work to get them implemented.
2019
2120## RustDoc
2221
2322Kindly hosted over at https://docs.rs/dot_vox/ .
2423
25- ## Still to implement
26-
27- * ` nTRN ` chunk
28- * ` nGRP ` chunk
29- * ` nSHP ` chunk
30-
3124## Thanks
3225
33- As a maintainer, its always nice to get bug reports and (even better) pull requests. Thanks go to all of the following
34- for doing just that!
35-
36- - @jice-nospam (first crack at palette parsing)
37- - @expenses (bug report on palette indexing)
38- - @xMAC94x (bug report on material parsing)
39- - @bonsairobo (implementation of ` write_vox ` functionality)
26+ ` dot_vox ` was originally developed by [ @davidedmonds ] ( https://github.com/davidedmonds ) and many people have contributed to its development.
27+
28+ - [ @davidedmonds ] ( https://github.com/davidedmonds ) (The original author of this crate)
29+ - [ @jice-nospam ] ( https://github.com/jice-nospam ) (first crack at palette parsing)
30+ - [ @expenses ] ( https://github.com/expenses ) (bug report on palette indexing)
31+ - [ @xMAC94x ] ( https://github.com/xMAC94x ) (bug report on material parsing)
32+ - [ @bonsairobo ] ( https://github.com/bonsairobo ) (implementation of ` write_vox ` functionality)
33+ - [ @Sixmorphugus ] ( https://github.com/Sixmorphugus ) (implementation of Scene Graph parsing)
34+ - [ @nickelc ] ( https://github.com/nickelc ) (migrating to nom 7 and modernizing the code base)
35+ - [ @InBetweenNames ] ( https://github.com/InBetweenNames ) (Rolled up changes in multiple PRs and added various helper methods)
36+ - [ @virtualritz ] ( https://github.com/virtualritz ) (Upgrading the codebase to Rust 2021)
0 commit comments