You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,23 @@ v3.0.0, please open your file in the latest version of MagicaVoxel and resave -
14
14
switch you over to the newer dictionary-based `MATL` chunks. Alternatively, continue to use
15
15
v2.0.0.
16
16
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.
20
19
21
20
## RustDoc
22
21
23
22
Kindly hosted over at https://docs.rs/dot_vox/.
24
23
25
-
## Still to implement
26
-
27
-
*`nTRN` chunk
28
-
*`nGRP` chunk
29
-
*`nSHP` chunk
30
-
31
24
## Thanks
32
25
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