I am working on a live coding system for visuals. The visualization server is based on openFrameworks. Now i am planing to release my code base under GPL 3 license at GitLab.
The user needs to download the openFramework source code to compile and run my visualization server. I will not redistribute openFramework. Only my application code.
My question is:
Can I use the GPL 3 license for my code even when openFramework has a MIT license?
Thanks!