Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Which language should I use?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
cron0
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2004
Posts: 132
Location: Montreal, Quebec

PostPosted: Wed May 05, 2004 2:18 pm    Post subject: Which language should I use? Reply with quote

I would like to code an application in X that I can put in "full-xcreen" mode (maximized w/o window controls, title and borders) in which I will be able to do basic things as display png images, buttons and text...

Which language should I learn to do this?
I already know very basic stuff of C/C++, I know perl, php and also VB and Delphi under windows...

Is Borland Kylix, which I heard is like Delphi for Linux, could be a good idea? If not, what else can I use?

Thanks!
Back to top
View user's profile Send private message
cryos
Retired Dev
Retired Dev


Joined: 08 Mar 2003
Posts: 242
Location: US

PostPosted: Wed May 05, 2004 2:22 pm    Post subject: Reply with quote

C and C++ would be good candidates for use - I don't know exactly how to maximise a window to full screen, but it is certainly done. There are lots of graphical tool kits such as GTK, gtkmm, qt, wxwindows and so on that give you the basic building blocks to write your application. You could even talk directly to X if you wanted to go that deep.

They are certainly the two main programming languages I use for GUIs, and they work well. Lots of people do use others such as Perl, PHP, Python, Java and even more weird and wonderful laguages for GUIs too. If you already know C/C++ then I would recommend using that.
Back to top
View user's profile Send private message
cron0
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2004
Posts: 132
Location: Montreal, Quebec

PostPosted: Wed May 05, 2004 2:29 pm    Post subject: Reply with quote

Well... When I sai I know very basic stuff about C/C++ I meant that I know basic things like stdin,stdout, variables, loops... I don't know anything about frame pointers classes...

I'll try to figure out some tutorials on wxWindow / wxWidgets, it looks like pretty easy to understand!

Thank you!
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Thu May 06, 2004 3:49 am    Post subject: Reply with quote

also look into SDL
Back to top
View user's profile Send private message
nonotme
Guru
Guru


Joined: 29 Sep 2003
Posts: 356
Location: on.ca

PostPosted: Thu May 06, 2004 3:53 am    Post subject: Reply with quote

i second the SDL suggestion, works great, and its portable.
www.libsdl.org
_________________
Please append [Solved] to your thread if appropriate, it helps everyone.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum