A small SDL based library for rendering polygons via SDL_RenderGeometry.
Simply include this in your project and make function callls including triangle fans, strips and polygons of textures and/or colors.
License: MIT License
Language: C++
Dependencies: SDL2,0.18 or newer
Library size: 4kb
Library last updated: 05/20/2024
Screenshots:
The above images have been uploaded using sdl_surface_ex,then 2 additional surfaces were created one to grayscale(left side of image) and the other to invert the image(right side of image) via pixel manipulation.