Remix.run Logo
timsneath a day ago

One fun example is this Playdate game: https://news.play.date/news/four-corners-swift/

Here's a more comprehensive list of different platform examples: https://github.com/swiftlang/swift-embedded-examples

Someone 21 hours ago | parent | next [-]

> Here's a more comprehensive list of different platform examples: https://github.com/swiftlang/swift-embedded-examples

(About?) the same list in a nicely formatted way: https://www.swift.org/get-started/embedded/

asimovDev a day ago | parent | prev [-]

Thanks!

Interesting tidbit about not having the Foundation library. Every Swift project I worked on had to import that, so I imagine it's annoying to lose that