php-sdl icon indicating copy to clipboard operation
php-sdl copied to clipboard

[Feature Request] Consider adding support for SDL_Text & SDL_Image structs & functions

Open tipiak75 opened this issue 3 years ago • 2 comments

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

tipiak75 avatar Jan 15 '22 06:01 tipiak75

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

santiagolizardo avatar Jan 15 '22 11:01 santiagolizardo

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.

kea avatar Jan 15 '22 12:01 kea