Skip to content

Newsletter 13: Add voxel-mapper #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 6, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/posts/newsletter-013/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Library & Tooling Updates

### voxel-mapper

![voxel-mapper-img](https://raw.githubusercontent.com/amethyst/voxel-mapper/master/screenshots/blending.png)

[voxel-mapper](https://github.com/amethyst/voxel-mapper) is a new library and
in-game editor for voxel maps, smooth or cubey. The ultimate goal of the project
is to make it easy for artists and programmers alike to generate volumetric game
content, either manually or procedurally. The library's author @bonsairobo has
written a couple posts about the [underlying meshing technology](https://medium.com/@bonsairobo/smooth-voxel-mapping-a-technical-deep-dive-on-real-time-surface-nets-and-texturing-ef06d0f8ca14)
as well as how the [camera resolves collisions](https://medium.com/@bonsairobo/a-3rd-person-camera-in-complex-voxel-world-523944d5335c)
with arbitrary voxel geometry.

Upcoming on the roadmap are procedural generation algorithms for generating
maps, new kinds of voxels, and graphical improvements. Currently, the library
and editor depend on the Amethyst engine version 0.15, but there is a desire to
make the library engine-agnostic. Contributions are welcome!

## Popular Workgroup Issues in Github

## Meeting Minutes
Expand Down