Page 1 of 1

GUI in Cobra

PostPosted: Fri Apr 13, 2012 11:30 am
by Gianni
Hello,

Can you fix a GUI in Cobra like Python has?
And how? I just installed Cobra Today.

Thanks//

Gianni

Re: GUI in Cobra

PostPosted: Fri Apr 13, 2012 12:30 pm
by Charles
If you want something cross platform, I recommend GTK.

If you want Windows only, there is WPF and WinForms.

If you want Mac only, there is MonoMac.

Re: GUI in Cobra

PostPosted: Fri Apr 13, 2012 12:48 pm
by Charles
I have expanded on this answer and placed it in the wiki under GUIDevelopment.