[comp.sys.amiga.graphics] Animation

donb@megatek.UUCP (Don Bontemps) (01/29/91)

Does anyone know of a good 3D animation program for the A500 ?  Deluxe Paint III looks pretty
promising except that it's only 2D.  Thanks........  :-)

scottf@cai.uucp (Scott Fleming) (03/06/91)

I've heard of this one animation from Dr.Gandalf called "Upgrade", that takes up6 disks.  If there is such a beast out there and someone can tell me where to
ftp it, or to whom I can send some disks, money for shipping, so I can see this.
I would ge very thankful.  I'm looking for some great animations/demos, and this
sounds like a must have!  I've seen some of his other animations and they're
great!  Thanks for any information.

Scott
Bix: sfleming

P.S.  Are there any other must see demos/animations out there that I should knowabout, recomendations?  Thanks.

stolk@fwi.uva.nl (Emperor) (04/22/91)

Hi all,   



I made some raytraced pictures that I want to animate.
I have several .gif files that I want to display in rapid succession.
Does anyone here know how to do that under X-Windows?

I have alchemy, the convert utility, so any animation tool, using
a common graphics format will do.
If you know how to tackle this one, or you have such a animation
tool, please mail me.


		Thanks in advance,

	
				Regards,

					Bram Stolk

spencer@eecs.umich.edu (Spencer W. Thomas) (04/25/91)

Q: I have several .gif files I wish to display in rapid succession
under X ...

One answer: get the Utah Raster Toolkit, convert the .gif files to
.rle (URT file format), and use getx11 -m to display them as a movie.

Of course, this may be high overhead if you only want to do this once.

The files currently included in the Utah Raster Toolkit distribution are:

urt-3.0.tar.Z	Toolkit source and manual pages. (700K, 1900K uncompressed)
urt-doc.tar	"Papers" describing the toolkit. (550K)
urt-img.tar	Sample images. (1800K)

urt-3.0.patch1	The first patch file.  Must be applied to the 3.0 distribution.
urt-3.0.patch2.Z	The second patch file.  Must be applied after 
			urt-3.0.patch1.

The only files you need to build the toolkit are the first, plus any
patches that apply to it.  The first file is a compressed tar file.
The next two are ordinary tar files because they compress only 5-10%,
so it isn't really worth the CPU time.  The patch files are either
normal text files or compressed text files, depending on their size.
You must use FTP's BINARY mode to properly copy the distribution.  To
unpack it, you can follow the following steps:

	cd (appropriate source directory)
	mkdir urt
	cd urt
	zcat urt-3.0.tar.Z | tar xfo -
	tar xfo urt-doc.tar
	tar xfo urt-img.tar
	patch -p -N <urt-3.0.patch1
	zcat urt-3.0.patch2.Z | patch -p -N

The 'o' option to tar makes sure you own the resulting files under
Sys V, and appears to be harmless on other systems.

If you don't have the patch program, you can install the patches by
hand, but it might be easier to get patch (it is present in many
source archives around the world, including the comp.sources.unix
archives).

Assuming the patches are applied successfully, you will want to remove
the ".orig" files that patch creates:
	find . -name '*.orig' -print -exec rm -f {} \;

Note: zcat is a form of the "compress" utility.  It decompresses the
file named and writes the result to the standard output.  If you don't
have zcat (although, if you have compress, you ought to have zcat),
you can
	compress -d urt-3.0.tar.Z
	tar xfo urt-3.0.tar
	tar xfo urt-doc.tar
	tar xfo urt-img.tar
	patch -p -N <urt-3.0.patch1
	compress -d urt-3.0.patch2
	patch -p -N <urt-3.0.patch2

If necessary, we may be able to supply other file formats (e.g., cpio
or shar).

Send mail to toolkit-request@cs.utah.edu or urt-request@caen.engin.umich.edu.

The toolkit (or portions of it) is also available from the following sites:

  North America
     East coast
	weedeater.math.yale.edu	130.132.23.17	(pub/*)
     Midwest
	freebie.engin.umich.edu	141.212.68.23	(pub/*)
     West
	cs.utah.edu		128.110.4.21	(pub/*)
  Europe
     Sweden
	alcazar.cd.chalmers.se	129.16.48.100	(pub/urt/urt-3.0.tar.Z)
	maeglin.mt.luth.se	130.240.0.25	(pub/Utah-raster/*)
  Australia
     	ftp.adelaide.edu.au	129.127.40.3	(pub/URT/*)
	or, if you know what this means:
		Fetchfile:     sirius.ua.oz in URT

--
=Spencer W. Thomas 		EECS Dept, U of Michigan, Ann Arbor, MI 48109
spencer@eecs.umich.edu		313-936-2616 (8-6 E[SD]T M-F)

reher@ucunix.san.uc.edu (Jay R. Reher) (04/28/91)

	I too am looking for an animation package, But I need one that is 
amiga based and animates iff ham images. I have makeanim, but that requires 
all palettes to match.. any newer verions ?? I have tried AnimBuild, but an
animation that I made in 100 frames appeared as if it was done in 30 frames.

	Does anyone have a new verison of makeanim , supporting palette changes
, or perhaps something else ????
	
	Thanx in advance !
	
						Jay Reher