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
- Host: GitHub
- URL: https://github.com/davisdevelopment/hxpyg
- Owner: DavisDevelopment
- Created: 2015-05-16T22:41:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T06:48:41.000Z (over 10 years ago)
- Last Synced: 2025-01-03T01:56:54.739Z (about 1 year ago)
- Language: Haxe
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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