Main index > Off the wall > gdesklets vs adesklets

By poiuytrewq (User), on Wed Mar 23 17:44:04 2005: gdesklets vs adesklets.

what are the main differences between adesklets and gdesklets? (besides i would assume maybe only gnome compatibliity with gdesklets) (link: http://gdesklets.gnomedesktop.org)

By syfou (Core Developer & Desklet Author), on Wed Mar 23 18:49:59 2005.

gDesklets is a high-level, evolved engine for writing small desktop applets.Its leitmotiv summarizes it very well:

Quote:


gDesklets provides an advanced architecture for desktop applets -- tiny displays sitting on your desktop in a symbiotic relationship of eye candy and usefulness.

In this architecture you find many great things:
adesklets, although fitting in the same niche, took a very different approach to desklets writing:

Quote:


adesklets is an interactive Imlib2 console for the X Window system. It provides to scripted languages a clean and simple way to write great looking, mildly interactive desktop integrated graphic applets (aka "desklets").


Basically, it means that adesklets is significantly lighter, running with minimum resources usage and dependencies one a great variety of platforms. This low-levelness also come with high-level language independance (Python is ubiquitously used now, but only because other bindings are not completed yet), as the core adesklets program is a small command-line interpreter written entirely in C. This comes at the cost of developer-friendliness (well - this actually depend on the type of developper you are :-) ), but the extent of what you can do with it is generally considered broader.

So, If you are a gnome user (or you already have a significant part of gnome installed on your system), and if you are satisfied with gDesklets overall aspect and performance, then by all means stick by it; the two maintainers, Christian Meyer and Martin Grimme, are very committed to their software, and are constantly improving things - they are also friendly and helpful, and I kept a very good relationship with them so far.

If you are not or if you saw a desklet you would like to have, well maybe adesklets is worth a try.

Thanks for the question! Look at the documentation if you want more details. I also wrote recently a report in pdf about current state of gDesklets, just in case you want to know more...

Regards,


adesklets is proud to be hosted on:

SourceForge.net Logo

Back to adesklets.sf.net.