class SFML::CircleShape

A filled circle (or regular polygon if you set point_count). Cheapest drawable that requires no asset file — perfect for placeholders.

ball = SFML::CircleShape.new( radius: 20, position: [400, 300], fill_color: SFML::Color.red, ) window.draw(ball)