gobs

Crates.iogobs
lib.rsgobs
version0.2.0
sourcesrc
created_at2020-04-13 10:10:20.166607
updated_at2021-01-05 04:53:29.798083
descriptionA port of some parts of PolyVox from C++ to Rust
homepagehttps://github.com/dparnell/gobs
repositoryhttps://github.com/dparnell/gobs
max_upload_size
id229647
size177,257
Daniel Parnell (dparnell)

documentation

README

What is this?

This is a port of parts of the C++ PolyVox library to Rust

What does it do?

Given a volume of voxels it produces an optimised mesh for rendering with anything that can draw triangles in 3d. This library does not do any rendering itself, that part is up to you.

The library also includes a command line tool to transform vox files into a JSON representation of the polygons needed to render the models contained in the vox file.

Can I see it in action?

Yes! Run one of the examples:

  • cargo run --example simple

    lights up a small group of voxels and renders them in 3d

  • cargo run --example model

    renders an example vox file exported from MagicaVoxel

    example image

Commit count: 47

cargo fmt