maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Need guidelines for starting programming for maemo5 in C (https://talk.maemo.org/showthread.php?t=49624)

lcuk 2010-04-14 12:39

Re: Need guidelines for starting programming for maemo5 in C
 
pygtk or pyqt are really easy to get into - if what you are designing does not need ultimate performance, you should find it simpler to get up and running using either of those.

the other benefit is you can do it mostly without needing scratchbox

Khertan 2010-04-14 12:54

Re: Need guidelines for starting programming for maemo5 in C
 
PHP Code:

___      _    _          _    _             
 
__|_  _(_)__| |___ ___ | |  (_)_ _  ___ ___
| (| || | / _` / -_|_-< | |__| | ' \/ -_|_-<
 \___|\_,_|_\__,_\___/__/ |____|_|_||_\___/__/ 


lcuk 2010-04-14 13:03

Re: Need guidelines for starting programming for maemo5 in C
 
khertan, embed your asciiart inside a code tag or fonts/spaces get screwed

Joorin 2010-04-14 13:06

Re: Need guidelines for starting programming for maemo5 in C
 
Quote:

Originally Posted by lcuk (Post 610171)
pygtk or pyqt are really easy to get into - if what you are designing does not need ultimate performance, you should find it simpler to get up and running using either of those.

the other benefit is you can do it mostly without needing scratchbox

I'm sure both pygtk and pyqt are excellent ways to get a head start with GUI design and the such but my background is in servers/services, databases, embedded systems, some Linux kernel module tinkering and other more low level things. This makes GUI creation a secondary thing (even though it seems easy enough to do nice things in Maemo5) and access to hardware and system resources a primary.

But I have to say that not having to ... handle scratchbox is a good selling point.

lcuk 2010-04-14 13:10

Re: Need guidelines for starting programming for maemo5 in C
 
most database work is done via the sql library of choice (and hence runs fast mostly) and im sure in your experience you have used scripting binding languages before.

python is extremely useful to bind together your non gui applications too ;)

Khertan 2010-04-14 13:25

Re: Need guidelines for starting programming for maemo5 in C
 
Quote:

Originally Posted by lcuk (Post 610206)
khertan, embed your asciiart inside a code tag or fonts/spaces get screwed

Thanks for the tips !!!

Khertan 2010-04-14 13:26

Re: Need guidelines for starting programming for maemo5 in C
 
And to be honest, doing Hildon/GTK Gui with python is really fast ...

lcuk 2010-04-14 13:26

Re: Need guidelines for starting programming for maemo5 in C
 
i still can't read it ;)

zimon 2010-04-14 13:35

Re: Need guidelines for starting programming for maemo5 in C
 
In the future (also already now with Java), Python and Java applications can be faster and use less battery energy than same applications (in certail family) written in C/C++. There is optimizations available for these higher level languages which are not possible for standard c/C++.

Read the study: http://trs-new.jpl.nasa.gov/dspace/handle/2014/18351
Also other studies and benchmark tests found with Google.

Joorin 2010-04-14 14:08

Re: Need guidelines for starting programming for maemo5 in C
 
Quote:

Originally Posted by lcuk (Post 610214)
most database work is done via the sql library of choice (and hence runs fast mostly) and im sure in your experience you have used scripting binding languages before.

python is extremely useful to bind together your non gui applications too ;)

My point is that I'm more interested in low level things than GUI creation.

But perhaps that changes if I try the python bindings. :)


All times are GMT. The time now is 22:24.

vBulletin® Version 3.8.8