php-sdl
php-sdl copied to clipboard
[Feature Request] Consider adding support for SDL_Text & SDL_Image structs & functions
SDL_Text would allow displaying text in SDL using TrueType fonts. https://github.com/libsdl-org/SDL_ttf SDL_Image would allow working with a variety of modern image formats, most of them being a lot more php-ish than BMP. https://github.com/libsdl-org/SDL_image
I'll see if I can find some time to implement these missing libraries, maybe not in their totality but the most basic/popular calls. Thanks
If you want, we could merge my https://github.com/kea/php-sdl-image ;) There is only the primary function for loading images. I've tested it with png (transparent) and jpg.