@toprakdeviren

21 Followers
18 Following
22 Posts
Very soon you will be able to edit WPF and Win C# applications on the web ;-)

MiniKotlin is now available to celebrate Kotlin's 15th anniversary. And it doesn't require the JVM.

https://minikotlin.run/

#kotlin #jvm #android

The MiniSwift macOS Emulator is nearing completion. Below is a sample video showcasing the Siri emulation.

I’d like to clarify a few points here:

1. This visual output is not a CSS or JS emulation.
2. It takes your Swift project's SiriKit integration code, processes it through UIIR, and renders it directly onto a web canvas.

MiniSwift is really heading in a very interesting direction.

OH! No, that's outdated information.

Because now there's https://miniswift.run/ ;-)

Does SwiftData work in the browser?

YES with MiniSwift

#Apple #Swift #MiniSwift #XCode

Swift Charts now runs in the browser.

Write Chart { BarMark(x: .value(...), y: .value(...)) } in MiniSwift Studio and watch it render live — bars, lines, scatter, pie, multi-series with legends. No Mac. No Xcode. No server.

The wild part: it's a Swift compiler hand-written in C → WebAssembly, and the charts are drawn on a <canvas> straight from the compiled UI tree. 100% client-side.

Try it https://miniswift.run/studio/

#Swift #SwiftUI #SwiftCharts #WebAssembly