1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vlib: sdl module + tVintris example

This commit is contained in:
Nicolas Sauzede
2019-12-05 09:25:55 +01:00
committed by Alexander Medvednikov
parent 6dd1270539
commit 9d854c5df0
16 changed files with 1279 additions and 3 deletions

4
vlib/sdl/image/README.md Normal file
View File

@ -0,0 +1,4 @@
# SDL2 Image Library
Assuming you've installed the dependencies for sdl (already include `SDL2_image` dependency)
See the Tvintris example for usage