Skip to content

v0.70.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@turanszkij turanszkij released this 31 Jul 19:23
· 1136 commits to master since this release
a0ad653

0.70.14:

  • Editor:
    • completely rewritten transform tool: improved functionality, usability and visuals
    • completely refactored GUI: window grouping, component listing, icons, and a lot more
    • multiple scenes support, scene switching, saving, quicksave, etc.
    • color grading reference palette display
    • many new keyboard shortcuts and features (check help in the Editor)
    • new undo/redo operation that supports any component addition/removal/data change (not implemented yet for every gui control)
    • terrain generator: grass and prop density, chunk scale and other parameters added
    • generation of cube and plane mesh without loading model
  • GUI improvements, initial theming support
  • Font renderer: 1byte char stream will be interpreted as UTF8 automatically (no need to manually decompress into wide char any more)
  • physics: triangle mesh LOD support, removed some allocations, fixes
  • Dear ImGui docking sample that showcases a custom 3D editor by @plemsoft
  • Linux Template sample by @MolassesLover
  • Updated DirectX, Vulkan headers, Volk and VMA libraries by @amerkoleci

0.70.18:

  • Editor: material picker, layout improvements, transform tool improvements, checkbox icons, tooltip theming