Compose.jl icon indicating copy to clipboard operation
Compose.jl copied to clipboard

Compatibility with GeometryBasics?

Open Codyk12 opened this issue 4 years ago • 2 comments

Has there been any thought on making this package work with GeometryBasics types? It would provide a more consistent and cohesive ecosystem for creating shapes and being able to draw them.

Codyk12 avatar Jun 26 '20 19:06 Codyk12

first i heard of geometrybasics.jl. can you elaborate on the benefits of adding that as a dependency?

bjarthur avatar Aug 01 '20 17:08 bjarthur

It’s the new attempt to unify geometry types. For almost every drawing library geometry types are redefined, we started making our own for the library were making, but realized it might be more beneficial to use another library to handle geometry types(we would like to probably use compose to draw images). If the geometry types were the same it would be easier to use one standard geometry set of types. It’s still somewhat new trying to address this problem, so I thought I’d bring it up.

Codyk12 avatar Aug 01 '20 18:08 Codyk12