[QUERY] How Do You Draw A Circle in SDL2? : SDL2

SDL uses 3D hardware to render squares (and just recently triangles) as a low-level base for you to create anything from. If you were coding graphics in Direct3D or OpenGL, you would still need to make your own circle code, which is more high-level. This is why.