View Single Post
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#22
Originally Posted by KerwoodDerby View Post
Embarking on a cross-platform effort is not for the faint of heart. My impulse is to urge you to first find a like-minded confederate to "own" that porting job. You have to weigh the risk of burnout (from taking on too much yourself) against the risk of a crappy port due to a too-loosely-coupled collaboration.
The "port" will probably be built on GTK (requiring GTK for Windows), so it's not really a port so much as switching between using Hildon UI elements and "normal" GTK elements. It will uglify the code a little, but it won't bloat the executable.

I will start with a Maemo-specific design, since that is my priority, and I'll just keep in mind that I'll want it to (someday) work with normal GTK as well. Then, I'll change the maemo-specific bits to build differently depending on the target environment.