Releases: Traverse-Research/vdb-rs
Releases · Traverse-Research/vdb-rs
0.5.0
What's Changed
- Remove unnecessary
mut
on&mut
reference found byclippy
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
intodescriptor
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
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 withread_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
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 useUnreal
camera controller by @MarijnS95 in #30 - Store
ArchiveHeader
inGrid
for end-user retrieval by @EmilioLaiso in #32 - Allow
glam 0.18
up until and including0.24
by @MarijnS95 in #35 - 🥣 Implement
f32
VDB file conversion forf16
target by @rosaliedewinther in #31
New Contributors
- @EmilioLaiso made their first contribution in #32
Full Changelog: 0.2.1...0.3.0
0.2.1
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
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+uselessactions-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 ofgit
dependency by @jasperdewinther in #22 - Reuse
read_string()
inread_name()
by @MarijnS95 in #23
New Contributors
- @MarijnS95 made their first contribution in #13
- @dependabot made their first contribution in #16
Full Changelog: 0.1.0...0.2.0
Initial release
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.
What's Changed
- 🏃 Added iterator over each voxel in grid by @jasperdewinther in #1
- 🧑💻 Prepare for open source release by @Jasper-Bekkers in #2
- 📱Release by @Jasper-Bekkers in #14
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