Ideas, Rules, Simulation: Drawing with Drawing Primitives (Circles, Ellipses and Polygons)
Published by Franco Eusébio Garcia
Published on 01/06/2022
Last updated on 02/06/2022
Outlines allow drawing illustrations, though filled graphics generate more pleasant results. With some algorithms, one can create contours and fills for shapes such as circles, ellipses, and polygons. After they are created, one she/he can use the implemented subroutines to start drawing on her/his own programs. Learn how in this topic. Examples in JavaScript (HTML Canvas), Python (PyGame), Lua (LÖVE / Love2D) and GDScript (Godot Engine)
Tags: