kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.07k stars 140 forks source link

Can I port this to use CMake for building for all platforms? #25

Closed chaoticryptidz closed 5 years ago

kosua20 commented 5 years ago

Hello! Thank you for your suggestion! Porting to Cmake would be welcomed, and would avoid having to maintain two makefiles and a Visual Studio project manually. Note that I won't be very responsive until the end of May for professional reasons, but I'll still try to check issues and PRs from time to time :)

dzikoysk commented 5 years ago

Hey @NamedKitten, are you going to implement this in the near future? :heart:

chaoticryptidz commented 5 years ago

@dzikoysk yeah but i'm doing my GCSEs/finals so I'll be busy >.<

dzikoysk commented 5 years ago

Oh, that's fine, good luck with it :)

kosua20 commented 5 years ago

Hello, I've started to port MIDIVisualizer to Cmake, tested on Windows for now.

kosua20 commented 5 years ago

And tested on macOS. I don't have a Linux distrib available right now, but the Cmake is pretty simple so that should™ work.