TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Teaser of cross-platform 2D game dev in Swift

6 pointsby forgettableuserover 9 years ago

1 comment

ewmailingover 9 years ago
Hello, I’m the person who made the video. I’ve been developing a new SDK called Blurrr. I wanted to share this video showing a cross-platform development scenario using Swift language to make an app for SteamOS (Linux), OS X, iOS, and Raspberry Pi 2, all sharing the same code base and unified build system.<p>Under the hood, SDL provides the common platform layer. The build system is built on top of CMake. I have been adding Swift support to CMake.<p>Even if you aren’t interested in my SDK, I thought it would be interesting for people to see how much is already possible with Swift today.