Benedikt Terhechte
Benedikt Terhechte
This is a bit more involved. Catalyst adds a new target to LLVM (a so called target tripple). So adding support to `lipo` also requires support from the rust compiler...
> Appreciate any help :) @eyeplum Hey! Sorry for the late reply, but I finally had some time to look into it again. Forgot to reply here. I figured out...
@imWildCat I'm currently using the approach outlined in `rust-catalyst-example` in almost-production (~1000 beta testers). I did not figure out a way to make this work with the default rust compiler...
@Crash22191 `rust-catalyst-example` should still work. In fact, it should be easier. If you're not targeting Apple Silicon, then it should work out of the box with Rust nightly. If you...
Thanks for posting it here @emilk ! ☺️ I really enjoyed using `egui` for this project!
I've opened a PR that ports the project to Swift 3 and also fixes the problem with the empty strings.
I've experimented with implementing Clojure's Agents in pure Swift. It sorta works, but due to the differences between Value Types and Reference Types, using them is not as smooth as...
I'm not even sure how well the cederic code fits, I just thought I'd share it. I've also seen implementations of Clojure's Persistent Data Structures in Swift somewhere, which would...
@imWildCat Sorry for the delay! It has been some time since I last looked into this topic. I just checked my notes and can only offer some guesses: - Did...
Hey, thanks for your feedback. Which article are you referring to?