bdrydyk / PianoFromAbove

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PianoFromAbove

This is the software that drives some of the Impossible MIDI videos on youtube:

Synthesia is the main alternate with way more market share and much more active development, but appaerently PFA is more performant, so some prefer it. Yay.

The original inspiration:

And so I made it happen:

Binaries

https://github.com/brian-pantano/PianoFromAbove/releases

Viz branch

There's now a viz branch which will house graphics and performance updates going forward (if there is a forward).

How to build

This is unfortunately very tricky. Hopefully I will simplify this in the future.

  • clone this repo
  • Download and install VisualStudio 2010
  • Download and install Direct X SDK
  • Download and extract Google Protocol Buffers 2.5
    • Build libprotobuf-lite.vcproj
  • Download and extract Boost 1.55
  • Open the .sln and edit the VC++ Directories from the project properties so that the Include Directories and Library Directories point to the location of your boost and protocol buffers downloads
  • Cross fingers
  • Build! (Release, x64)

Once that's done, there should be a Release\PFA-1.1.0-x86_64.exe that you can run.

There's an optional .nsi script that you can run if you want to build an installer.

The code probably isn't the best, and it probably goes against all sorts of best practices but it is fairly snappy. I'm not very good at writing UI or UX, but I am fairly good at writing datastructures and writing minimal and fast code. Good luck reading it!

About


Languages

Language:C++ 94.2%Language:C 3.5%Language:NSIS 2.3%