RSS/Atom feed Twitter
Site is read-only, email is disabled

Use of EFL with GIMP

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Use of EFL with GIMP swati upadhyaya 22 Jan 08:08
  Use of EFL with GIMP Bill Skaggs 22 Jan 18:30
swati upadhyaya
2012-01-22 08:08:58 UTC (almost 13 years ago)

Use of EFL with GIMP

Hi All,

I want to know whether GIMP can be used with EFL only using glib, as in GIMP API I found the use of GTK. I have to write a code for brush support( I don't want to use GTK as I am using EFL). If yes Kindly let me know from where to start? Or let me know where I will get the sample code for simple line drawing feature or any other drawing feature.

Regards
Swati

Bill Skaggs
2012-01-22 18:30:18 UTC (almost 13 years ago)

Use of EFL with GIMP

The Gimp code base implements a clean separation between the computational engine, which uses only glib and glib-object, and the gui engine, which uses gtk very heavily. In principle you could write your own gui engine using the computational engine together with EFL, but you would be starting from zero. It does not strike me as a reasonable approach.

-- Bill