Skip to content

Releases: nickscha/mvx

v0.1: mvx.h release

26 Aug 17:39

Choose a tag to compare

v0.1: mvx - Mesh Voxelizer Release.

A C89 standard compliant, single header, nostdlib (no C Standard Library) Mesh Voxelizer (MVX).


Changes

  • [INFRA] added release workflow (45b33b1)
  • [DEP] update to latest test.h (ca2f64c)
  • [TEST] profile voxel->mesh functions (2604b37)
  • [DOC] greedy mesh example (6f3137f)
  • [FIX] greedy mesh algorythm cleanup (19b7a44)
  • [CORE] added greedy vox->mesh algorythm (17635ee)
  • [CORE] added mvx_convert_voxels_to_mesh function (522d058)
  • [CORE ] align math function names (3ac1cc6)
  • [DOC] access voxel data for x,y,z (e63581b)
  • [DOC] fix filename (cdeb9d0)
  • [DOC] cleanup example pictures (86d918d)
  • [DOC] align pictures (2fed00d)
  • [DOC] format table (69785e4)
  • [DOC] format image showcase (c5d3ad6)
  • [DOC] voxelized demo (2f6f487)
  • [TEST] add pyramid test (13c3686)
  • [FIX] grid padding (a693c7f)
  • [OPT] cleanup mvx_triangle_box_overlap logic (86d5aae)
  • [TEST] added icosphere voxelization test (30a51b3)
  • [MIN] proper namespacing (bc9f4c2)
  • [INITIAL] Ready Set Go (0bb8fa7)

What's Included

This release includes the mvx.h header file as well as testing and example codes ready to be used.

Get started by downloading the source code today!