Releases: hanmindev/mcmv_core
Releases · hanmindev/mcmv_core
MCMV Release v1.0
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
andGLFW
- added auto framerate calculation to
bvh_parser
- added framerate automatically to
Animation
struct, seebvh_importer
- added scientific notation support
(e.g. 12.345e-10)
tobvh_lexer
- added config support for allowing
position
orrotation
exporting, seebedrock_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?