An open API service indexing awesome lists of open source software.

https://github.com/davisdevelopment/hxpyg

Haxe externs for the pygame Python library
https://github.com/davisdevelopment/hxpyg

Last synced: 11 months ago
JSON representation

Haxe externs for the pygame Python library

Awesome Lists containing this project

README

          

## HxPyg
### Haxe Externs for the Pygame library, on the Python target
### and useful classes which interface with the Tannus library

---

#### Currently Implemented:

- pygame.Pygame: Extern for pygame globals
- pygame.Display: Extern for the main pygame.display module
- pygame.Color: Extern for pygame.Color class
- pygame.Rect: Extern for pygame.Rect class
- pygame.Time: Extern for pygame.time module
- pygame.Transform: Extern for pygame.transform module
- pygame.NSurface: Extern for pygame.Surface class
- pygame.Surface: Abstract around pygame.NSurface, which adds useful fields/methods
- pygame.Events: Extern for pygame.event module
- pygame.Images: Extern for pygame.image module