openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
256 stars 43 forks source link

Compile on osx? #305

Closed Jee-Bee closed 1 year ago

Jee-Bee commented 4 years ago

I want to try to compile Luppp on OSX. The problem i encounter is that i don't get ntk compiled. (I don't get ntk searching for XQuartz and not X11). Now i want to try it with FLTK. According to https://en.wikipedia.org/wiki/Cairo_%28graphics%29 and https://www.fltk.org/doc-1.3/classFl__Cairo__Window.html FLTK has( some) cairo support.

When i modify these files to FLTK what is available on homebrew is it then possible that luppp can run on OSX?


./.travis.yml
./CHANGELOG.md
./meson.build
./README.md
./src/avtk/avtk_button.h
./src/CMakeLists.txt```
I hope you can help me a bit with it so i can run luppp natively
harryhaaren commented 4 years ago

Hey, I think it should be possible to get NTK working on OsX, although I never tried as I don't have a Apple setup to test. I do not think that using FLTK is going to "magically" work, although NTK is based on FLTK, it is a fork and the Cairo implementation in particular is the bit that is different - this is why I used NTK in the first place - good Cairo integration for widgets.

harryhaaren commented 1 year ago

Closing due to inactivity, please post here if you're a developer looking into this feature.