“UltraMinimal” python framework (pygame)

Hi again! In previous post I said that I’ll create a small framework for my self.

And here it is: https://bitbucket.org/horizonOffset/ultraminimal

Now it can:

  • Open a window and send basic input events
  • Load resources listed in external file
  • Do some baisc scene management
  • Log into external file

It will be finally finished tomorrow.

What will be done:

  • I wanna add collision detection and extend scene management
  • Add more input events like mouse moving e.t.c.
  • Optimize rendering by clipping invisible objects
  • Add text rendering

Sorry, but I don’t have enought time for documentaion (maybe tomorrow) and my english is not so good as I want. But this might be helpful. I hope so)

Tags: python pygame