QT Editor to my SFML game
Solved
General and Desktop
-
I'm thinking about creating an Editor using Qt for my SFML game,
But i can't pay the price of Qt yet,
Well, my idea is create the Editor and put it Open-Source, while my game isn't open source.The editor will be a map editor with creation and configuration of the game entities.
Can I do it and use the Qt freely?
-
@Felaugmar Qt (not QT) has LGPL license which allows you to create commercial software without paying a dime.
You will be restricted to dynamic linking and will have to provide reference to the site where Qt can be downloaded.Keep in mind that I am not an attorney though and you better read license terms yourself.
-
@alex_malyu Thank you, I'll read more about this license.