Sudha247 / ocaml-joy

MIT License
22 stars 14 forks source link

Combining Shapes #57

Closed nangahamandine closed 10 months ago

nangahamandine commented 10 months ago

The original Joy library supports the + operator to join shapes. This gives the ability to easily create shapes like a donut and combine transformed shapes as well. I'd like to work on this combination to create other compound shapes.

nangahamandine commented 10 months ago

@Sudha247 @nikochiko @AryanGodara Do I have the approval to work on this or should I close the issue?

nikochiko commented 10 months ago

@nangahamandine this is being worked on in https://github.com/Sudha247/ocaml-joy/pull/56

Are you suggesting something different?

nangahamandine commented 10 months ago

@nangahamandine this is being worked on in #56

Are you suggesting something different?

Oh I just realized now that the complex shapes method will apply to the combined shapes I was suggesting.

I'll close this now.