Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
refs/heads/main
/
.
/
examples
/
renderer
/
02-primitives
/
README.txt
blob: a360a0fe93b2409922e9714ce67fae52cfaa7f82 [
file
] [
log
] [
blame
] [
edit
]
This example creates an SDL window and renderer, and then draws some lines,
rectangles and points to it every frame.
This is just a quick overview of simple drawing primitives; further examples
will explore them in more detail.