Skip to content

Commit c1e1f6e

Browse files
bonsairoboozkriff
andauthored
N15: building-blocks (#358)
* Add building-blocks section * Fix lint errors * N15: Buildling Blocks: Style tweaks, inline gifs * N15: Building Blocks: Move it according to plan Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent 2d86743 commit c1e1f6e

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
1.82 MB
Loading

content/posts/newsletter-015/index.md

+28
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,34 @@ that is written in Rust.
700700
[Mun]: https://mun-lang.org
701701
[mun-october]: https://mun-lang.org/blog/2020/10/31/this-month-october
702702

703+
### [building-blocks]
704+
705+
![Meshing Example](building-blocks.gif)
706+
707+
[Building Blocks][building-blocks] by [@bonsairobo]
708+
is an engine-agnostic voxel library that implements real-time data structures
709+
and algorithms for: edits on compressed maps, meshing, search, and collisions.
710+
711+
The library has recently seen two releases:
712+
713+
- [v0.1.0 release notes][building-blocks-v0-1]
714+
- [v0.2.0 release notes][building-blocks-v0-2]
715+
716+
To prove out the functionality of the library, the [voxel-mapper]
717+
project was ported to use building-blocks instead of ilattice3.
718+
This resulted in improved performance and memory usage
719+
when doing large edits and working with large maps:
720+
721+
![Terraforming demo](voxel-mapper.gif)
722+
723+
Join [Building Blocks's Discord server](https://discord.gg/CnTNjwb).
724+
725+
[building-blocks]: https://github.com/bonsairobo/building-blocks
726+
[@bonsairobo]: https://github.com/bonsairobo
727+
[voxel-mapper]: https://github.com/amethyst/voxel-mapper
728+
[building-blocks-v0-1]: https://github.com/bonsairobo/building-blocks/releases/tag/v0.1.0
729+
[building-blocks-v0-2]: https://github.com/bonsairobo/building-blocks/releases/tag/v0.2.0
730+
703731
### [gfx-rs]
704732

705733
gfx-rs support for D3D has been improved. [@kvark] landed a few critical fixes
1.93 MB
Loading

0 commit comments

Comments
 (0)