quakeforge/tools/texpaint
Bill Currie 03d67f6177 ignore some more files 2003-09-15 16:33:16 +00:00
..
Pixmaps Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
.gitignore ignore some more files 2003-09-15 16:33:16 +00:00
COPYING Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
Makefile.am Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
README Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
acinclude.m4 Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
bootstrap Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
config.h.in Minor cleanups. 2003-09-12 20:52:23 +00:00
configure.ac Minor cleanups. 2003-09-12 20:52:23 +00:00
dialog.glade Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
gladesig.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
gladesig.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
gladesrc.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
gladesrc.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
main.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
model.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
model1.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
model2.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
open.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
pack.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
pack.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
q1pal.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
texturepaint.c it's gimp-paintbrush rather than gimp_paintbrush 2003-09-12 22:03:30 +00:00
texturepaint.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
trackball.c Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00
trackball.h Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago 2003-09-12 18:41:29 +00:00

README

-----------------------
Texture Paint 1.1 
by Uwe Maurer <uwe_maurer@t-online.de>
Jan 19 1998
--------------------------	

Texture Paint homepage:
http://home.t-online.de/home/uwe_maurer/texpaint.htm

Texture Paint is a GIMP plug-in. With Texture Paint you can paint
on Quake I and Quake II models and the plug-in calculates the texture for you.
You can also paint directly on the texture and view the result in
the 3D Window. 

Texture Paint uses the MD2- and PAK-file code from GiMd2Viewer 
(http://www.mygale.org/~bbrox/GiMd2Viewer/)
by Lionel ULMER <bbrox@mygale.org>  

Autoconf files by Zach Beane <xach@mint.net>


------------------------------------------------------------

Installation:

	1 . You need

	- the GIMP 
		http://www.gimp.org

	- the Gtk+ library
		http://www.gtk.org

	- an implementation of OpenGL or Mesa 
		http://www.ssec.wisc.edu/~brianp/Mesa.html

	- the Gtk GLAreaWidget
		http://www.student.oulu.fi/~jlof/gtkglarea/	
	 
	2. run "./configure" and "make" :

		./configure
		make

	4. copy texturepaint into your gimp plug-in directory:

		gimptool --install-bin texturepaint
		
	  or
		cp texturepaint $HOME/.gimp/plug-ins/


	5. Start the GIMP <Xtns/Texture Paint>
 	   and have fun!

-------------------------------------
Uwe Maurer - uwe_maurer@t-online.de
--------------------------------------