github vengi-voxel/vengi v0.0.27
0.0.27

latest releases: v0.0.32, v0.0.31, v0.0.30...
9 months ago

Changelog

A more detailed changelog can be found on github.

Join our discord server.

See the documentation for further details.

Known issues.

0.0.27 (2023-09-19)

Breaking changes:

  • Renamed globals for lua scripts. Added a g_ prefix to them. You have to adopt your scripts
    to work with the latest version with vengi (if you use them):
    • scenegraph is now g_scenegraph
    • palettemgr is now g_palette
    • noise is now g_noise
    • cmd is now g_cmd
    • var is now g_var
    • XvecX is now g_XvecX (ivec3 is for example g_ivec3)

General:

  • Added cvar voxformat_pointcloudsize for point cloud formats
  • Added Polygon File Format (ply) mesh and point cloud support (ascii and binary)
  • Fixed regression with GLTF exports
  • Added a new lua script to slice a node into smaller pieces
  • Expose shape generators to lua
  • Fixed color intensity handling for kvx files
  • Added write support for kvx format (used in e.g. voxel doom and eduke3d)
  • Added support for Voxel3D v3a format

VoxEdit:

  • Fixed regression about not rendering the shape volumes anymore
  • Implemented scene graph panel drag and drop popup
  • Added brush support and new editing features
  • Fixed spurious crashes for windows

oasis
Bildschirmfoto vom 2023-08-12 13-12-01

minecraft greenfield
Bildschirmfoto vom 2023-08-13 12-49-25

lospec ui integration
Bildschirmfoto vom 2023-08-12 12-53-37

Don't miss a new vengi release

NewReleases is sending notifications on new releases.