Skip to content

Commit d08e730

Browse files
committed
Update README
1 parent 067f9ea commit d08e730

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
keywords = ['voxel', 'MagicaVoxel', 'game', 'game-dev']
99
documentation = "https://docs.rs/dot_vox"
1010
homepage = "https://docs.rs/dot_vox"
11-
repository = "https://github.com/davidedmonds/dot_vox"
11+
repository = "https://github.com/dust-engine/dot_vox"
1212
readme = "README.md"
1313

1414
[dependencies]

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,23 @@ v3.0.0, please open your file in the latest version of MagicaVoxel and resave -
1414
switch you over to the newer dictionary-based `MATL` chunks. Alternatively, continue to use
1515
v2.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

2322
Kindly 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

Comments
 (0)