Iván Martínez Mateu
Iván Martínez Mateu
My main.cpp ``` int main(int argc, char *argv[]) { QApplication a(argc, argv); Writer w; QTranslator *qtTranslator = new QTranslator(); QTranslator *translator = new QTranslator(); if (qtTranslator->load("qt_" + QLocale::system().name(), ":/languages")) {...
Still no working with your code. I am using version 2020.1.11f1. The platform effector is added successfully based on your code but the Used by effector in the collider is...
Thanks for your answer. If I use this library in my application, can I later sell the app in the App Store or the GNU license will be a problem?...
I read in an issue that this library is GPL because of TeXlive. If I replace TeXlive with another non-GPL distribution and I use the pdflatex compiler ported here, can...
Mmm... so the only way is choosing XeTeX as it has a MIT License (check https://en.wikipedia.org/wiki/XeTeX ) and trying to use emscripten like you did here to porting it to...