Admenri / rguplayer

The Universal Ruby Game Engine (RGU) Project
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

[Feature] Geometry API Extension #9

Open Nathan-MV opened 4 months ago

Nathan-MV commented 4 months ago

After reviewing common extensions to the Bitmap class, it's evident that shapes such as lines, circles, triangles, polygons, isogons, and ellipses are frequently added. As RGU already includes a Geometry class, extending it to handle common geometry shapes beyond just triangles seems beneficial.