Closed cschreib closed 3 years ago
Work started in https://github.com/cschreib/lxgui/tree/sdl-backend
Input backend is now working. Working on renderer backend now.
Renderer backend almost fully working, still need to figure out these things:
Color gradients are now working.
Rotated textures and texture repeat are now working (with a slight implementation issue in texture repeat).
Pre-multiplied alpha blending is now fixed.
Work merged into master.
SDL is a fairly standard and widely supported rendering/input backend. Adding an SDL backend to lxgui would increase the number of projects that could use the library.
Differences with SFML: