dot_vox_amethyst

Crates.iodot_vox_amethyst
lib.rsdot_vox_amethyst
version0.1.0
sourcesrc
created_at2018-08-16 06:56:07.714372
updated_at2018-08-16 06:56:07.714372
descriptionA Rust library for importing and rendering MagicaVoxel .vox files in Amethyst.rs
homepagehttps://docs.rs/dot_vox_amethyst
repositoryhttps://github.com/davidedmonds/dot_vox_amethyst
max_upload_size
id79706
size63,228
David Edmonds (davidedmonds)

documentation

https://docs.rs/dot_vox_amethyst

README

dot_vox_amethyst

Rust library for loading MagicaVoxel .vox files into the Amethyst game engine.

Current status

Able to load the first model contained within the file, and render it using a flat renderer with absolutely no shading.

RustDoc

Kindly hosted over at https://docs.rs/dot_vox_amethyst/.

Not yet implemented

  • Simple lighting
  • Shadows
  • Physical rendering using material data

Thanks

As a maintainer, its always nice to get bug reports and (even better) pull requests. Thanks will follow for any submitted issue or PR.

See also

  • dot_vox - crate for loading .vox files using nom.
Commit count: 7

cargo fmt