[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-user: geda library decomposition
- To: geda-user@seul.org
- Subject: Re: gEDA-user: geda library decomposition
- From: Ales Hvezda <ahvezda@seul.org>
- Date: Mon, 04 Mar 2002 08:05:22 -0500
- Delivered-To: archiver@seul.org
- Delivered-To: geda-user-outgoing@seul.org
- Delivered-To: geda-user@seul.org
- Delivery-Date: Mon, 04 Mar 2002 08:05:27 -0500
- In-reply-to: Your message of "Fri, 01 Mar 2002 14:28:52 +1100." <3C7EF574.2060505@bigpond.com> ------
- Reply-To: geda-user@seul.org
- Sender: owner-geda-user@seul.org
Hi,
>Have you done any work in decomposing the geda libraries so that the GUI
>interface code is seperate from the data sturctures and manipulation code ?
I have not done any work in this area recently. libgeda/gschem
are still tied to gtk/glib quite firmly. I've been thinking about
(for quite a while now) on how to go about breaking this linkage and
still being able to reuse code between various tools. The current
libgeda/gschem does not abstract the gui enough. I've also temporarily
stopped any rewrite effort so that I can focus on the current code base
(and get it more done). So much to do, and not nearly enough time to
do it. :(
-Ales