Personal Library that I’m using
It’s not very good and the code is awful because I had to rush to get it usable in time for LD.
So here is the download: https://dl.dropbox.com/u/53837961/envy3d_MaybeHelpfulGameCreationStuff.rar
Inside is:
- A small collision detection library that only returns true or false for collisions between points, lines, Circles, AABBs, and hierarchies of those shapes.
- A lovely, small camera class that does bounds checking and includes the ability to defines an area of the screen within which movement of the object the camera is looking at will not move the camera.
- Some random bits of code that I stopped working on in order to focus on more important things.
- A map editor that can be added to a game to allow rapid testing of levels.
- And the last feature? Zero documentation for the moment :/