Skip to content

0.8.1

Compare
Choose a tag to compare
@imrn99 imrn99 released this 16 Apr 09:50
· 83 commits to master since this release

What's Changed

Workspace

new:

refactor:

deps:

Published crates

honeycomb-core

core definitions and tools for combinatorial map implementation

new:

refactor:

  • simplify attribute manager methods & update usages by @imrn99
    in #317

fix:

  • correct vertex values for 3D grid generation by @imrn99
    in #318
  • correct edge ID computations in 2-(un)sews by @imrn99

honeycomb-kernels

implementations of meshing kernels using combinatorial maps

new:

  • implement geometrical anchoring attributes by @imrn99
    in #312
  • add anchor support in cut edge routines by @imrn99
    in #320
  • add a collapse_edge routine for remeshing by @imrn99
    in #307

refactor:

  • add anchor insertion after geometry capture by @imrn99
    in #314
  • split the remeshing module into submodules by @imrn99
    in #309

honeycomb-render

visualization tool for combinatorial maps

new:

Others

honeycomb-benches

core structures & methods benchmarks

new:


Full Changelog: 0.8.0...0.8.1