mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
chore(build): use SDL3
This commit is contained in:
parent
9d04a35d87
commit
b3c0734a9e
3286 changed files with 866354 additions and 554996 deletions
6
vendor/sdl-3.2.10/examples/asyncio/01-load-bitmaps/README.txt
vendored
Normal file
6
vendor/sdl-3.2.10/examples/asyncio/01-load-bitmaps/README.txt
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
This example code loads a few bitmap files from disk using the asynchronous
|
||||
i/o, and then draws it to the window. It uses a task group to watch multiple
|
||||
reads and deal with them in whatever order they finish.
|
||||
|
||||
Note that for a single tiny file like this, you'd probably not want to bother
|
||||
with async i/o in real life, but this is just an example of how to do it.
|
||||
Loading…
Add table
Add a link
Reference in a new issue