Welcome to MotorolaFans.com Developer Forum. Thanks for your contributions.
Look here http://azbuky.blogspot.com/2007/01/stratagus-port.html
For now only wargus 2.1 works thanks to n0p but maybe someone will port other games that use stratagus engine (http://stratagus.sourceforge.net/games.shtml)
Update: The files were invalid because of the file sharing server I've used. Links are updated and the problem should be solved now.
Welcome to MotorolaFans.com Developer Forum. Thanks for your contributions.
very nice games.i love it.![]()
Thanks for the welcome blackhawk.
About developping... Until now I have only compiled librarys and SDL based games but I'm interested in some native GUI stuff. Have you set up some kind of IDE for developing native GUI aplications? Something like KDevelop or QTDesigner that makes life easyer?
Qt Designer from qt-3.x package not compatible anymore to qt-2.x and too lazy to download huge package and build qt-2.x for X11. Sometimes GUI layout make me crazy and then using Qt Designer just for a template. Using uic to convert *.ui to *.cpp and *.h. Kate my favourite code editor or vi if kate can not handle special character.