Sudha247 / ocaml-joy

MIT License
22 stars 14 forks source link

basic cairo prototype #78

Closed FayCarsons closed 8 months ago

FayCarsons commented 8 months ago

Just a circle and rectangle currently, will expand to include other shapes/transformations

Sudha247 commented 8 months ago

Nice work! Could you please add a screenshot of the output?

FayCarsons commented 8 months ago

Here's the output PNG, will try to make a habit of including them in PRs!

test2

FayCarsons commented 8 months ago

Here's the output from my latest commit, Rectangles, Circles, Lines, and Polygons currently work :)

cairo

FayCarsons commented 8 months ago

Added implementation for ellipses!

cairo