It is currently Sun May 26, 2013 2:00 am


Latest GIMP Scripts & Plug-ins

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Maze 5-0.8.1
PostPosted: Sun Nov 20, 2011 8:40 pm  (#11) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 9033
Location: "Looking for my eraser" =P
I guess my advice would be for the developer of this plugin to utilize the local version of SCons and include it within the package.This would allow anyone to compile it.They wouldn't have to have SCons installed to build it.
Also to include all the necessary CPPFLAGS files within the src folder, so any system could find them.

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 

 Post subject: Re: Maze 5-0.8.1
PostPosted: Sun Nov 20, 2011 8:47 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 5030
You're still speaking Geek (or is it Greek) to me Rod. lol

Still hope you get it to work; would like the current version of Maze5. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Profile  
 
 Post subject: Re: Maze 5-0.8.1
PostPosted: Mon Nov 21, 2011 8:18 am  (#13) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 9033
Location: "Looking for my eraser" =P
Someone on Filter Forge just requested this be built into a Filter Forge plugin. :)
Not sure if that is possible with the scripting though.

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 
 Post subject: Re: Maze 5-0.8.1
PostPosted: Sun Nov 27, 2011 9:52 am  (#14) 
Offline
GimpChat Member

Joined: Apr 25, 2011
Posts: 63
Location: Taiwan
maze5.zip
this is maze5-0.8.1 for gimp windows 32bits

if you want to compile yourself
you can use this makefile
copy it to the src folder
then make
Code:
CC=gcc

GIMPTOOL=gimptool-2.0

GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
GIMP_CFLAGS=`$(GIMPTOOL) --cflags`

DEFS=-DWITH_CAIRO_PDF=1 -DWITH_CAIRO_SVG=1 -DWITH_CAIRO_IMAGE=1
#DEFS=

ADDITIONAL_CFLAGS=
ADDITIONAL_LDFLAGS=-lfreetype -lexpat -lpthread -lgimp-2.0 -lglib-2.0 -lz -lm

CFLAGS=-g -Wall -O3 $(DEFS) $(GIMP_CFLAGS) $(ADDITIONAL_CFLAGS)
LDFLAGS=$(GIMP_LDFLAGS) $(ADDITIONAL_LDFLAGS)

all: maze5 maze5S

install: maze5
   $(GIMPTOOL) --install-bin maze5

maze5: gimp.o structure.o maze.o theta.o cell.o wall.o stroke.o render.o carve.o
   $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
   
maze5S: main.o cairo.o structure.o maze.o theta.o cell.o wall.o stroke.o render.o carve.o
   $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)

clean:
   -rm -f *~ *.o maze5.exe maze5S.exe


Top
 Profile  
 
 Post subject: Re: Maze 5-0.8.1
PostPosted: Sun Nov 27, 2011 10:37 am  (#15) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 9033
Location: "Looking for my eraser" =P
Thanks James! :)

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 
 Post subject: Re: Maze 5-0.8.1
PostPosted: Sun Nov 27, 2011 11:07 am  (#16) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
Thank :jumpclap :jumpclap :jumpclap ,cool have the new version :yes

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Profile  
 
 Post subject: Re: Maze 5-0.8.1
PostPosted: Sun Nov 27, 2011 5:26 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 5030
Thanks a heap James; been wanting to try Theta out. :)


Attachments:
theta.png
theta.png [ 153.1 KiB | Viewed 703 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: dinasset, wirra and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

* Login   * Subscribe to RSS Feed


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group