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

Plugin Request: Voronoi

This discussion is connected to the gimp-user-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.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

Plugin Request: Voronoi Steve Kinney 19 Jan 05:21
  Plugin Request: Voronoi Liam R E Quin 19 Jan 07:13
   Plugin Request: Voronoi Shlomi Fish 19 Jan 10:03
    Plugin Request: Voronoi Joao S. O. Bueno 19 Jan 17:49
     Plugin Request: Voronoi Steve Kinney 19 Jan 22:43
  Plugin Request: Voronoi rich404 19 Jan 16:30
Steve Kinney
2018-01-19 05:21:53 UTC (about 6 years ago)

Plugin Request: Voronoi

Hey folks,

Once upon a time, I got a /lot/ of mileage out of a GIMP plugin called Voronoi. I was described at the plugin registry site as:

"The ultimate Gimp pattern generator. Technically it generates 2D Voronoi diagrams of various semi-random sets of points and then visualizes them somehow."

I agree with the "ultimate" part, and the "visualizes them somehow" bit refers to a fair sized set of easily adjustable options making it a very flexible general purpose cell-based texture generator.

The Voronoi plugin went unmaintained years ago. I periodically search for replacements, with no luck: Some current filters use voronoi based functions but not in any way that resembles the pattern generator described above.

The original plugin registry page is in the Wayback Machine, and includes source code (one always had to compile this one for use on Linux systems, IIRC).

https://tinyurl.com/voronoi-2005

Updating this code to compile a useable GIMP 2.8 plugin is WAY beyond my capability. Does anybody out there with the requisite background wanna have a go at it?

:o)

Liam R E Quin
2018-01-19 07:13:19 UTC (about 6 years ago)

Plugin Request: Voronoi

On Fri, 2018-01-19 at 00:21 -0500, Steve Kinney wrote:

The original plugin registry page is in the Wayback Machine, and includes source code (one always had to compile this one for use on Linux systems, IIRC).

https://tinyurl.com/voronoi-2005

Updating this code to compile a useable GIMP 2.8 plugin is WAY beyond my
capability. Does anybody out there with the requisite background wanna have a go at it?

I compiled it (as a regular user, not root) and it seemed to work unchanged.

I got the source from http://web.archive.org/web/20050119065043/http://trific.ath.cx:80/Ftp/gimp/voronoi/voronoi-2.2.tar.bz2 and unpacked it with
tar jxvf voronoi-2.2.tar.bz2

I made one change to the Makefile -- on my system the command uname -m
says
x86_64
but the gcc compiler expects
x86-64
so I changed the line in Makefile that said -march=`uname -m`
to say
-march=`uname -m | sed s/_/-/`

(be careful to keep the right quotes in there).

Then I typed make
to compile the plugin, and then I installed the plugin with gimptool-2.0 --install-bin voronoi

Liam [IRC::ankh]

Shlomi Fish
2018-01-19 10:03:49 UTC (about 6 years ago)

Plugin Request: Voronoi

Hi all,

On Fri, 19 Jan 2018 02:13:19 -0500 Liam R E Quin wrote:

On Fri, 2018-01-19 at 00:21 -0500, Steve Kinney wrote:

The original plugin registry page is in the Wayback Machine, and includes source code (one always had to compile this one for use on Linux systems, IIRC).

https://tinyurl.com/voronoi-2005

Updating this code to compile a useable GIMP 2.8 plugin is WAY beyond my
capability. Does anybody out there with the requisite background wanna have a go at it?

I compiled it (as a regular user, not root) and it seemed to work unchanged.

I got the source from http://web.archive.org/web/20050119065043/http://trific.ath.cx:80/Ftp/gimp/voronoi/voronoi-2.2.tar.bz2 and unpacked it with
tar jxvf voronoi-2.2.tar.bz2

in addition, there seems to be a maintenance version of it here - https://github.com/maz-1/gimp-voronoi . Found it here: https://duckduckgo.com/?q=gimp+voronoi&ia=software

-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
https://is.gd/MQHVF3 - The Atom Text Editor edits a 2,000,001B file

Larry Wall dreams in Perl.
    — http://www.shlomifish.org/humour/bits/facts/Larry-Wall/

Please reply to list if it's a mailing list post - http://shlom.in/reply .
rich404
2018-01-19 16:30:01 UTC (about 6 years ago)

Plugin Request: Voronoi

Hey folks,

Once upon a time, I got a /lot/ of mileage out of a GIMP plugin called Voronoi. I was described at the plugin registry site as:

"The ultimate Gimp pattern generator. Technically it generates 2D

Never sure if anything from the gimpusers.com forum gets through to the mailing list.

However, the voronoi plugin was compiled for Windows Gimp 2.8 by samj some time ago both 32 and 64 bit versions. Use the appropriate 'flavour'.

rich: www.gimp-forum.net

Joao S. O. Bueno
2018-01-19 17:49:14 UTC (about 6 years ago)

Plugin Request: Voronoi

I can confirm it built for master with the single change Liam pointed out and, but for some warning on deprecated methods, it is working fine.

On 19 January 2018 at 08:03, Shlomi Fish wrote:

Hi all,

On Fri, 19 Jan 2018 02:13:19 -0500 Liam R E Quin wrote:

On Fri, 2018-01-19 at 00:21 -0500, Steve Kinney wrote:

The original plugin registry page is in the Wayback Machine, and includes source code (one always had to compile this one for use on Linux systems, IIRC).

https://tinyurl.com/voronoi-2005

Updating this code to compile a useable GIMP 2.8 plugin is WAY beyond my
capability. Does anybody out there with the requisite background wanna have a go at it?

I compiled it (as a regular user, not root) and it seemed to work unchanged.

I got the source from http://web.archive.org/web/20050119065043/http://trific.ath.cx:80/Ftp/gimp/voronoi/voronoi-2.2.tar.bz2 and unpacked it with
tar jxvf voronoi-2.2.tar.bz2

in addition, there seems to be a maintenance version of it here - https://github.com/maz-1/gimp-voronoi . Found it here: https://duckduckgo.com/?q=gimp+voronoi&ia=software

-- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ https://is.gd/MQHVF3 - The Atom Text Editor edits a 2,000,001B file

Larry Wall dreams in Perl. — http://www.shlomifish.org/humour/bits/facts/Larry-Wall/

Please reply to list if it's a mailing list post - http://shlom.in/reply . _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list

Steve Kinney
2018-01-19 22:43:10 UTC (about 6 years ago)

Plugin Request: Voronoi

On 01/19/2018 12:49 PM, Joao S. O. Bueno wrote:

I can confirm it built for master with the single change Liam pointed out and, but for some warning on deprecated methods, it is working fine.

Shows to go ya how much I know about programming and such. Thanks for the info guise, I will have a (very likely successful) 'nother go at it!

:o)

On 19 January 2018 at 08:03, Shlomi Fish wrote:

Hi all,

On Fri, 19 Jan 2018 02:13:19 -0500 Liam R E Quin wrote:

On Fri, 2018-01-19 at 00:21 -0500, Steve Kinney wrote:

The original plugin registry page is in the Wayback Machine, and includes source code (one always had to compile this one for use on Linux systems, IIRC).

https://tinyurl.com/voronoi-2005

Updating this code to compile a useable GIMP 2.8 plugin is WAY beyond my
capability. Does anybody out there with the requisite background wanna have a go at it?

I compiled it (as a regular user, not root) and it seemed to work unchanged.

I got the source from http://web.archive.org/web/20050119065043/http://trific.ath.cx:80/Ftp/gimp/voronoi/voronoi-2.2.tar.bz2 and unpacked it with
tar jxvf voronoi-2.2.tar.bz2

in addition, there seems to be a maintenance version of it here - https://github.com/maz-1/gimp-voronoi . Found it here: https://duckduckgo.com/?q=gimp+voronoi&ia=software

-- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ https://is.gd/MQHVF3 - The Atom Text Editor edits a 2,000,001B file

Larry Wall dreams in Perl. — http://www.shlomifish.org/humour/bits/facts/Larry-Wall/

Please reply to list if it's a mailing list post - http://shlom.in/reply . _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list

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