Sammidysam / ProjectTo-Do

A Python program, designed for Linux (especially Fedora), that manages to-do lists for your various projects.
Other
0 stars 0 forks source link

Rewrite in Vala #3

Open Sammidysam opened 11 years ago

Sammidysam commented 11 years ago

Vala is a programming language designed for GNOME development. I am planning on moving this project over to Vala because it looks more efficient than Python for this project because it is built for this kind of thing. It also is apparently multi-platform, just like this program was when written in Python (though I doubt anybody not on Linux would bother to install the necessary libraries to run this).

If anybody is against this, let me know. Otherwise I will begin work on a new branch soon and then merge when done.

Sammidysam commented 11 years ago

One great thing switching to Vala will provide will be support for menu options when the application name is clicked on the top left. That is how I plan on the editing of preferences to be provided.