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.
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 |
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)
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]
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 .
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
-
windows voronoi plugin
voronoi-2.2_32bits-64bits_gimp-2.8_win.zip (144 KB)
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.bz2in 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
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.bz2in 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