Skip to content

Releases: Traverse-Research/vdb-rs

0.5.0

26 Aug 11:25
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary mut on &mut reference found by clippy 1.71 by @rosaliedewinther in #45
  • Add getters for aabb min and max by @rosaliedewinther in #44
  • Simplify example by @rosaliedewinther in #38
  • 🏷️ Rename grid_descriptor into descriptor by @EmilioLaiso in #47
  • 🚚 Move GridDescriptor's metadata accessors to its implementation by @EmilioLaiso in #48

Full Changelog: 0.4.0...0.5.0

0.4.0

11 Jul 14:19
0.4.0
c3331cb
Compare
Choose a tag to compare

What's Changed

  • Remove Debug trait bounds by @rosaliedewinther in #36
  • 🌪️ Load all grid descriptors in VDB and forcefully pick the "density" grid by @EmilioLaiso in #40
  • 📖 Add VdbReader struct with read_grid() functionality to allow users to specify which grid to load by @EmilioLaiso in #41
  • 📃 Allow specifying grid to load from cmd line arg in bevy example by @EmilioLaiso in #42

Full Changelog: 0.3.0...0.4.0

0.3.0

15 Jun 11:17
0.3.0
1f449a5
Compare
Choose a tag to compare

What's Changed

  • Update glam requirement from 0.23 to 0.24 by @dependabot in #27
  • Update bitflags requirement from 1 to 2 by @dependabot in #18
  • Upgrade to bevy 0.10 and use Unreal camera controller by @MarijnS95 in #30
  • Store ArchiveHeader in Grid for end-user retrieval by @EmilioLaiso in #32
  • Allow glam 0.18 up until and including 0.24 by @MarijnS95 in #35
  • 🥣 Implement f32 VDB file conversion for f16 target by @rosaliedewinther in #31

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

02 Jun 13:31
0.2.1
21b0ae9
Compare
Choose a tag to compare

What's Changed

  • remove dbg! from library code by @rosaliedewinther in #25
  • 🛣️ Remove hard coded filenames to local machine by @Jasper-Bekkers in #26
  • CODE_OF_CONDUCT: Use traverse email by @MarijnS95 in #28
  • remove unused blosc deps by @rosaliedewinther in #29

Full Changelog: 0.2.0...0.2.1

0.2.0

06 Apr 14:00
0.2.0
a832ef0
Compare
Choose a tag to compare

Overview

This is a small cleanup release that primarily removes the need for cmake as a build time dependency and does a few cleanups.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Initial release

27 Mar 18:05
0.1.0
c511166
Compare
Choose a tag to compare

This is the very first release of vdb-rs, although it has limited features it can read quite a lot of standard OpenVDB files already.

Included is a small bevy sample that can render the voxels that have been loaded in.

image

What's Changed

New Contributors

Full Changelog: https://github.com/Traverse-Research/vdb-rs/commits/0.1.0