bevy_cube_marcher 0.4.1

A shader-based marching cubes implementation for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# bevy_cube_marcher

[![Crates.io](https://img.shields.io/crates/v/bevy_cube_marcher)](https://crates.io/crates/bevy_cube_marcher)
[![Docs](https://docs.rs/bevy_cube_marcher/badge.svg)](https://docs.rs/bevy_cube_marcher)

A shader-based marching cubes implementation for Bevy.

## Getting started

Check the [docs](https://docs.rs/bevy_cube_marcher),
[examples](https://github.com/DragonFoxCollective/bevy_cube_marcher/tree/main/examples),
and [example assets](https://github.com/DragonFoxCollective/bevy_cube_marcher/tree/main/assets)!

## Bevy compatibility

| bevy  | bevy_cube_marcher |
|-------|-------------------|
| 0.18  | 0.4               |