issues
search
dust-engine
/
dot_vox
Rust parser for MagicaVoxel .vox files.
MIT License
51
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Resolves #45 - Added example to traverse scene graph
#51
davids91
closed
3 weeks ago
2
Rotation is not parsed
#50
davids91
closed
3 months ago
1
Transform relative point of model
#49
davids91
closed
2 months ago
3
Resolves #47 #49 - Updated documentation For Coordinate system usage
#48
davids91
closed
2 months ago
1
Coordinate system clarification for models and transforms
#47
davids91
closed
2 months ago
3
Query for overall size of the model in `DotVoxData`
#46
davids91
closed
4 months ago
4
Examples
#45
davids91
closed
3 weeks ago
5
Write the layers
#44
plule
closed
7 months ago
1
Write the materials
#43
plule
closed
1 year ago
1
Release 5.2.0
#42
kpreid
closed
1 year ago
2
Set up for use of `cargo-fuzz`.
#41
kpreid
opened
1 year ago
0
Validate counts of parsed objects before allocating memory for them.
#40
kpreid
closed
1 year ago
1
Added Scene Graph Serialization
#39
AideTechBot
closed
1 year ago
2
Fixed PACK implementation for read/write
#38
AideTechBot
closed
1 year ago
3
Remove use of `let_chains` to restore compatibility with stable Rust.
#37
kpreid
closed
1 year ago
1
Remove let_chains, update glam dep
#36
AThilenius
closed
1 year ago
0
Version 5 uses `#![feature(let_chains)]` and will not compile on stable Rust
#35
kpreid
closed
1 year ago
2
Update CHANGELOG.md to describe 5.0.0 and 5.1.0
#34
kpreid
closed
1 year ago
0
Added Color, layer_id, Rotation arithmetics
#33
Neo-Zhixing
closed
2 years ago
0
Model Relative Positions?
#32
stinkytoe
closed
1 year ago
1
Fix crates & docs badges in README
#31
virtualritz
closed
2 years ago
1
add support for parsing rOBJ and rCAM chunks
#30
mmckegg
opened
2 years ago
4
Make `clippy` happy, bring back `AHash` feature, cleanup/clarify docs, `cargo fmt`
#29
virtualritz
closed
2 years ago
1
Update README.md & Transfer of repo ownership
#28
Neo-Zhixing
closed
2 years ago
0
Rollup even more commits
#27
Neo-Zhixing
closed
2 years ago
0
Rollup changes from other Pull Requests into this one
#26
InBetweenNames
closed
2 years ago
0
Fix unit tests
#25
Neo-Zhixing
closed
2 years ago
0
AHash feature, Rust edition 2021, cargo fmt
#24
virtualritz
closed
2 years ago
7
Add Scenegraph support
#23
Neo-Zhixing
closed
2 years ago
4
Update to nom 7
#22
nickelc
closed
2 years ago
2
rsvo files
#21
bonsairobo
opened
3 years ago
0
Prevent a panic when parsing an old format file
#20
davidedmonds
opened
4 years ago
0
Add a write_vox method to DotVoxData so it can be written out in VOX format
#19
bonsairobo
closed
4 years ago
0
[Feature Request] Serializing a DotVoxData to VOX format
#18
bonsairobo
closed
4 years ago
2
scene graph parsing
#17
m4b
closed
2 years ago
16
Hey! Any example how to extract rgb color from palette?
#16
krupitskas
closed
5 years ago
1
Migrate to Nom 4.0.
#15
davidedmonds
closed
6 years ago
0
upgrade to nom 4
#14
m4b
closed
6 years ago
4
V2
#13
davidedmonds
closed
6 years ago
0
thread 'main' panicked at 'Unrecognised material type 4291624755 with weight NaN', C:\Users\xxx\.cargo\registry\src\github.com-1ecc6299db9ec823\dot_vox-1.0.0\src\material\material_type.rs:24:18
#12
xMAC94x
closed
6 years ago
4
Clarify that palette IDs are off by one
#11
expenses
closed
6 years ago
5
pallete loading from .vox fails after upgrading from 0.4.0 to 0.5.0
#10
jice-nospam
closed
7 years ago
5
Clippy lints
#9
davidedmonds
closed
7 years ago
0
Implement material loading. Closes #5
#8
davidedmonds
closed
7 years ago
0
Replace take_u* with nom's builtin le_u* functions
#7
davidedmonds
closed
7 years ago
0
Refactor
#6
davidedmonds
closed
7 years ago
0
Implement Material Loading
#5
davidedmonds
closed
7 years ago
0
Implement Pallete Loading
#4
davidedmonds
closed
7 years ago
0
add pallete support
#3
jice-nospam
closed
7 years ago
5
upgrade to nom 2.0
#2
Geal
closed
7 years ago
1
Next