For now this is just a basic page to get the site up.
The project is currently active in
CVS.
To download use the command:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/efl-sharp co efl-sharp
The basic plan thus far is this:
- Complete Evas# Binding
- Complete Enough of Ecore_Evas# and Ecore# to allow program execution
- Start Edje# while creating an application to draw Edje interfaces
The application planned will be the test bed for most libs.
The interface will be created in Edje, and will use Edje# to hook the events.
Ewl# will be used for an dialogs created for the application.
Evas# will be used to manipulate and draw the objects on the screen.
Ecore# will be used for events, window creation, and pretty much everything else :)