Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
splashdust committed Nov 12, 2023
1 parent 3c4ad9d commit eeab4b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.2

- Performance improvements:
- More granular resources for more parallelization opportunities.
- Pre-calculate hash for voxels array for faster mesh cache lookups
- Buffered iserts/updates and removes for ChunkMap, to reduce time spent waiting to aquire RwLock.

## 0.3.1

- Add lookup map for mesh handles. This allows `bevy_voxel_world` to re-use mesh handles for identical chunks and thereby utilising Bevy's automatic instancing while also avoiding redundant meshing.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_voxel_world"
description = "A voxel world plugin for Bevy"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Joacim Magnusson <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit eeab4b2

Please sign in to comment.