Skip to content

Releases: hanmindev/mcmv_core

MCMV Release v1.0

25 Oct 17:44
Compare
Choose a tag to compare

MCMV GUI

I have created a Gui that is more user friendly than using a command line,
the gui is implemented using ImGui with a GLFW backend, using a file dialog addon to allow for ease of file browsing.

The Cmake file was edited to allow for compiling both mcmv_core and mcmv_gui separately or together.

I still have a few remaining features to implement alongside helping with the command line tool.

Changes

  • implemented Gui using Imgui and GLFW
  • added auto framerate calculation to bvh_parser
  • added framerate automatically to Animation struct, see bvh_importer
  • added scientific notation support (e.g. 12.345e-10) to bvh_lexer
  • added config support for allowing position or rotation exporting, see bedrock_exporter

TODO

  • make argument parser for mcmv_core command line app
  • add support for unbound bones
  • make an export dialog to allow for further export customization
  • more settings?