[Renderers/SDL2] Create initial SDL2 renderer (#115)

Co-authored-by: Junior Rantila <junior.rantila@gmail.com>
This commit is contained in:
Nic Barker 2024-12-28 19:15:22 +13:00 committed by GitHub
parent bec56e68a4
commit ac473d6fe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 574 additions and 26 deletions

View file

@ -9,4 +9,5 @@ if(NOT MSVC)
add_subdirectory("examples/cairo-pdf-rendering")
add_subdirectory("examples/clay-official-website")
add_subdirectory("examples/introducing-clay-video-demo")
add_subdirectory("examples/SDL2-video-demo")
endif()