Skip to content

Muview 2.1.1

Compare
Choose a tag to compare
@grahamrow grahamrow released this 16 May 04:11
· 97 commits to master since this release

Changes Since 2.1

  • Now runs on Windows!
  • Fixed an issue #10 that caused a crash when loading a directory not containing any OMF files.
  • Fixed an issue where files were loaded multiple times at startup (large performance gains).
  • Converted OMF import code to use Qt libraries.
  • Less stringent parsing after the OMF data blocks in binary files to maximize chance of success.

Requirements

  • OpenGL 3.1 or higher is required
  • Qt 5.2 is required for building from source (libraries are included in binary distributions)
  • The Mac build and binaries have only been tested on 10.9 Mavericks
  • The Windows build has only been tested on Windows 7

Installation

Compilation

  • Mac and Linux compilation remains the same — use a Qt version from http://qt-project.org/downloads for the best chance of success.
  • On windows, I used the "Qt 5.2.1 for Windows 64-bit (VS 2012, OpenGL, 553 MB)" version available at http://qt-project.org/downloads. This requires MSVC++ 2012 Express, which can be downloaded for free from Microsoft. MinGW OpenGL 32-bit builds should also work. Be mindful that many DLLs must be copied into the muview.exe directory in order for it to run outside of the Qt Creator environment — details can be found in the deploy/deployWindows.sh script.