4.1 KiB
layout, status, published, title, author, author_login, author_email, author_url, wordpress_id, wordpress_url, date, categories, tags, comments
| layout | status | published | title | author | author_login | author_email | author_url | wordpress_id | wordpress_url | date | categories | tags | comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| post | publish | true | Ivolution - Development status 35 | Julien Lengrand-Lambert | jlengrand | julien@lengrand.fr | http://www.lengrand.fr | 730 | http://www.lengrand.fr/?p=730 | 2012-08-31 12:59:41.000000000 +02:00 |
|
|
Here is my weekly post about the status of the Ivolution.
During these last days, I have mostly been working on another project. But at the same time, I also progressed like crazy on Ivolution ! So here are the news :
-
Windows portability.
-
New user interface.
So I redeveloped a new interface from scratch, this time using wxPython. Here is what it looks like right now :
It is still really raw, and some of the menus are not implemented yet. But I find it way simpler and catchy than the old one.
-
Real-time notifications on the interface.
The last feature I developed is the centre panel of the application. When the algorithm runs, a list of al the images found is displayed. As they are processed, their color change: a green font if the image contains faces, and a red font otherwise. I am really happy of this, because now the user knows in real-time how the agorithm performs, and does not only wait for the end of the processing.
-
Multi-OS parameters.
My objectives for next week:
- Implement the settings frame. It will contain optional parameters, llike the type of face or the output location.
- Implement the about frame. This one will give information about the license and version, . .. of the software.
- Work on packaging. When the two first objectives will be done, I plan on spending some time on the setup.py file. I have to add dependencies to wxpython to it.
On a longer term:
- Have a nice looking interface.
- Package the application for Windows and Linux (Ubuntu for now). I want the simplest possible installation for users.
- Update the documentation and web page
- Allow the user to create/save/load projects.