Sprite lib v0.2 --------------- Author: D Smethurst (http://www.netyaroze-europe.com/~ULTHWE/) Date : 12-Jul-1998 ---------------------------------------------------------------- Okay I've had my yaroze some time now (eep!) and not done anything with it really. But over the past couple of weeks I have been trying to rectify this by coming up with some ideas. Installing ---------- Anyway, unzip this and got to the source directory and type make. This will produce the library. The headers are in the include directory so all you have to do is add the lib directory to your project i.e. if you unziped this to sprlib on the root of the working disk you would add -L/sprlib/lib Also when you link your project add -lspr to the end of the line. This will link the library in. Included as of this version is a second demo showing how to make a sprite self updating. Note you may get warnings when you compile but it should still work *crossed fingers* Might be a little while before the next update as I want to get a couple more things done first. Update to v0.2 -------------- Couple of bug fixes (quite silly ones that I should have noticed) Also a couple of updates to the sprite structure and made it aware of the x,y values stored within it. If you have any problems then don't hesitate to email me (but beware I might not reply straight away) Thanks and enjoy Dave ---------------------------------------------------------------- ( dave@ulthwe.demon.co.uk )