<div dir="ltr">Bezier Paths, CGPoint, CGFloat, CGRect, and something to represent the origin location would be nice.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 31, 2017 at 10:48 PM, Jonathan Hull via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Everyone,<br>
<br>
I am not sure whether Swift Evolution’s charter extends to the common foundation framework which will be distributed with Swift (If not, then I hope this request reaches the right people).<br>
<br>
I would like to see another open framework distributed with Foundation that holds common base UI related objects.  Mainly Color, AttributedString, and Image.  I have a lot of code that needs to include UIKit or Cocoa only because of these 3 classes (NS/UIColor, etc…).  It would be extremely helpful to be able to use the same code for these across platforms, but they are all visual ideas, and thus are not included in Foundation.  If we had a small framework for visual base classes that sits above foundation, a large portion of my code would port to Linux and Windows (if that ends up happening) without changes.  This would NOT include platform specific ideas like Views or windows… just the basics of things that are meant to be cross-platform like color, image, and styled text.  UIKit and Cocoa would then import this framework and alias NS/UIColor, etc… to it (or at least make them interoperate).<br>
<br>
Thoughts?<br>
<br>
Thanks,<br>
Jon<br>
______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</blockquote></div><br></div>