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

Compile gimp plugins with lazarus

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.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Compile gimp plugins with lazarus Paco Garcia 08 Jul 15:31
  Compile gimp plugins with lazarus scl 08 Jul 17:51
   Compile gimp plugins with lazarus Joao S. O. Bueno 08 Jul 18:20
  Compile gimp plugins with lazarus Marc Weber 08 Jul 18:55
Paco Garcia
2014-07-08 15:31:43 UTC (almost 10 years ago)

Compile gimp plugins with lazarus

Hi, is there any way to develop gimp plugins with lazarus ide?

scl
2014-07-08 17:51:18 UTC (almost 10 years ago)

Compile gimp plugins with lazarus

Hi,

On 8.7.2014 at 5:31 PM Paco Garcia wrote:

Hi, is there any way to develop gimp plugins with lazarus ide?

as Lazarus is a Pascal IDE programming GIMP plug-ins with Lazarus would require Pascal bindings to GIMP or its Procedural Database (PDB). I don't know of any.

Kind regards,

Sven

Joao S. O. Bueno
2014-07-08 18:20:16 UTC (almost 10 years ago)

Compile gimp plugins with lazarus

Exactly - I don't think this could work, unless lazarus has a way to place calls to native code functions in dynamic libraries. If so, one could make use of
libgimp and create a plug-in just like the C plug-ins.

Otherwise, no deal.

js -> wrote:

Hi,

On 8.7.2014 at 5:31 PM Paco Garcia wrote:

Hi, is there any way to develop gimp plugins with lazarus ide?

as Lazarus is a Pascal IDE programming GIMP plug-ins with Lazarus would require Pascal bindings to GIMP or its Procedural Database (PDB). I don't know of any.

Kind regards,

Sven

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Marc Weber
2014-07-08 18:55:34 UTC (almost 10 years ago)

Compile gimp plugins with lazarus

Excerpts from Paco Garcia's message of Tue Jul 08 15:31:43 +0000 2014:

Hi, is there any way to develop gimp plugins with lazarus ide?

AFAIK gimp plugins can be executables - thus there should be a way (maybe a complicated way ..).

The more interesting question: Do you care more about the GUI designer in lazarus or about using Pascal?

AFAIK for gtk there are some gui designers, too.

If you code in C you'll get more users and contributors, that alone would make me use C. After all the difference is not that big, and for C nice IDE's exist as well (eg Eclipse CDT) and many others.

Marc Weber