Skip to content

Yocto/GL 3.1.0

Compare
Choose a tag to compare
@xelatihy xelatihy released this 15 Aug 20:52
9ea7ac3

This release contains several bug fixes and also a change in the build to use std::filesystem. Summary if changes:

  • Using std::filesystem instead of ghc::filesystem (#1008, #1011)
    • This may require a later compiler than before, but brings stability especially on Windows
  • Improvements to yocto_gui
    • Split yocto_gui into two libraries (#1012)
    • Update yocto_gui for better rendering support (#1009)
    • Removed unused ImGui helpers (#1007)
    • Simple mesh viewer with thick points and lines (#1006)
    • Bugfix in gui dialog (#1013)
  • Generate tests internally (#1004)
  • More general command-line parser (#1000)
  • Removed Git Submodules
  • Applying cpplint (#999)
  • Buig fixes (#1005, #1003, #1002, #998)