Skip to content

Releases: Traverse-Research/vdb-rs

0.5.0

26 Aug 11:25
Compare
Choose a tag to compare

What's Changed

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

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

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

  • Remove Cargo.lock by @MarijnS95 in #13
  • CI: Remove touch hack and deprecated+useless actions-rs steps by @MarijnS95 in #15
  • Bump actions/checkout from 2 to 3 by @dependabot in #16
  • Add parser for ScaleTranslateMap by @jasperdewinther in #19
  • Fix blosc decompression by @jasperdewinther in #20
  • Use published blosc crate instead of git dependency by @jasperdewinther in #22
  • Reuse read_string() in read_name() by @MarijnS95 in #23

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

  • @jasperdewinther made their first contribution in #1
  • @Jasper-Bekkers made their first contribution in #2

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