Software developer, mostly focused on Apple platforms.
Interested in mobile, augmented reality, and distributed systems.
Software developer, mostly focused on Apple platforms.
Interested in mobile, augmented reality, and distributed systems.
i built an entire x86 CPU emulator in CSS (no javascript)
you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS
Incredible news: Skip is now free and open-source for everyone!
Create fully native x-platform apps in Swift and #SwiftUI, with deep Android and #JetpackCompose integration, powered by the Swift Android SDK
Read more and learn how to contribute:
https://skip.dev/blog/skip-is-free/
I kept postponing for no reason at all, but Sisyphos, my library for writing declarative UI tests on Apple platforms is finally in the @SwiftPackageIndex. Check it out at https://swiftpackageindex.com/SisyphosTests/Sisyphos/ where you'll find its documentation now as well.
You can think of it as a SwiftUI for writing end-to-end tests. You describe the screens and elements that you expect and Sisyphos will figure out the rest. No need for random timeouts or writing complicated element matchers anymore.
And it ships with code generation included. You can browse your app and Sisyphos will automatically generate the code for describing the expected user interface.