PyGL2D - 3.19
A 2D Library for PyGame and PyOpenGL.
pymike
(pymike)
This is a simple 2D library for PyGame and PyOpenGL. It currently supports
Enjoy :-)
- Image drawing and manipulation
- Fonts
- Graphics Primitives
- A rect class which supports floating point numbers
- A simple geometry module with line and circle collisions
Enjoy :-)
Changes
added back end code to allow me to add arbitrary game objects easily. Will be useful in the future when players design bases. Use cursor keys to pick/place/remove. Only works in â??test modeâ?.
Removed some debug print code I shouldn't have left in (whoops!)
added UI text so the player can see the formation (and placeable game object)
sped up world partitioning algorithm, so it takes 2500ms instead of 5000 ms to partition an average level (speeds up map creation time by 33%).
fixed the way sims pick up ammo and drop ammo â?? should get rid of weird ammo related bugs introduced in version 3.14.