Hacker News new | ask | show | jobs
by JaDogg 2537 days ago
Thanks,

If you want to go with C++ & Python I suggest use Boost. Don't take the hackish approach I've taken. -- My bad looks like you didn't get the boost working. Take a look at my code, but I don't think it's very good C++. Boost is the idiomatic way.

How did you like working with QT? I loved it. It feel native in C++ and have a very extensive documentation, not to mention really nice API. Qt source code was probably the best C++ code I've read.

GPL license is the only license allowed for Open source Qt projects If I understood Qt license correctly, I'd have preferred to go MIT. I'm not entirely sure. So I just went with GPL to be safe.