Click to See Complete Forum and Search --> : Ok, how the hell does it run that slow?


Phuzon
10-15-2000, 08:26 PM
Download spingoof and tell me why it runs so slow so I can fix it:

http://silicon-palace.com/spingoof-latest.tar.gz

Strike
10-15-2000, 09:08 PM
The latest SDL (1.1.5) RPM doesn't give me a SDL_image.h, so it's choking on that. Otherwise, I'd try it.

kmj
10-15-2000, 09:47 PM
Same problem here:
SDL_image.h: No such file or directory

binaryDigit
10-15-2000, 10:46 PM
i downloaded the source and it didn't even make it through the configure stage.
i'm not in the mood for this right now. stooopid compooters.
i'll try again tommorrow phuzon. i already downloaded your program.



------------------
http://home.earthlink.net/~pebice/philLinux.html (http://home.earthlink.net/~pebice)

Phuzon
10-15-2000, 11:51 PM
Did you run ./make.sh?

Goto http://www.libsdl.org and download the SDL_Image library(it's in the library section in case you are stupid...) and install it. It should work then. I'm going to try somethings to make it faster, but it should be unplayable.

Strike
10-16-2000, 12:34 AM
Okay, got it
you might consider packaging that or statically linking it

kmj
10-16-2000, 09:01 AM
Originally posted by Strike:
Okay, got it
you might consider packaging that or statically linking it

Was is a newer or older version? Did you just have to get the h or a whole new lib?

Strike
10-16-2000, 09:52 AM
Just downloaded the SDL_image-devel RPM and all was well (of course you need the SDL_image as well, for dependencies)

Phuzon
10-16-2000, 07:10 PM
Take a look at the source code. It should be to fast to play, but it's not. In fact it's too slow damn it! Plz help me!

Phuzon
10-16-2000, 07:21 PM
Ok, that made it alot faster. Instead of pasting a 640x480 image every frame it does a black fast fill. I accidently deleted the original version, whoops. Anyways, I'll continue working on it.