Skip to content

Releases: evroon/bevy-volumetric-clouds

v0.2.0

19 Jan 17:50
2cfb17e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

11 Dec 14:27
730fe19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

23 Nov 16:05
9cba782

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 Nov 10:33
00d2f11

Choose a tag to compare

What's Changed

  • Move skybox out of separate mod by @evroon in #6
  • Enable more lints by @evroon in #7
  • Refactor raymarching code by @evroon in #8
  • Round corners of screenshot by @evroon in #9
  • Bump to 0.1.3 and restore jpeg screenshot by @evroon in #10

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 Nov 20:57
690e2d3

Choose a tag to compare

This release embed shaders into crate in #5, which allows the shader files to be read as part of the crate.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Nov 18:26
a44d1f6

Choose a tag to compare

v0.1.0 already exists on crates.io but it contained a bug in the compute shader. This release (v0.1.1) fixes that (in #3).