"At least 32GB of memory is recommended for development with Skip." Dear lord, what?
Skip is now free and open source
11–20 of 235 posts
Re: Skip is now free and open source
#12This is amazing! Thank you for open sourcing the project. It must have been a hard decision.
As we mentioned in the post, developer tools really need to be freely obtainable in order to gain mass adoption. In that sense, it was an easy strategic decision. And we felt that the time was right, given that Skip's benefits are being thrust to the foreground in light of recent developments.
Re: Skip is now free and open source
#13Re: Skip is now free and open source
#14I wish there are something for SwiftUI on Windows. I meant to support Windows for Draw Things, but the opportunity cost is too high without proper UI tooling.
Re: Skip is now free and open source
#15I wish there are something for SwiftUI on Windows. I meant to support Windows for Draw Things, but the opportunity cost is too high without proper UI tooling.
However it seems like it could be a good basis for such a project.
Re: Skip is now free and open source
#16I've run into this too with my own app. I thought people would like a Lua GUI framework that's professional grade and gives you full access to WinAPI via Lua. I was using DragonRuby as my model.
So I wasted a thousand hours making the app and its documentation. Turns out, even after people understood what it was (I suck at marketing), everyone still agreed that whatever it could become or ever evolve into was still not worth a dime.
Now I'm faced with a decision. Do I open source it? I think, no. What's the point? Marketing for my skills as a developer? There's no more need for software consultants now with Copilot/etc. I have to change careers.
Then, should I open source it altruistically? What for? First of all, giving things away for free is not inherently good. One negative side effect is teaching people not to rely on their own industry. Another is that they may use it for evil. And then, it feels like such a waste to let the code die out.
But everything eventually goes to waste.
Re: Skip is now free and open source
#17I've built with Flutter and React Native a few times over the years, but I will give Skip a go in my next project, I've heard a lot actually.
Re: Skip is now free and open source
#18Someone else already asked about talkback accessibility; I assume it will work because it translates to native UI controls on android. Is that correct?
Re: Skip is now free and open source
#19Re: Skip is now free and open source
#20"At least 32GB of memory is recommended for development with Skip." Dear lord, what?
Well, you're running both the iOS development tools (Xcode, iOS Simulator), plus the Android development tools (Gradle, Android emulator, and maybe Android Studio too). These add up. 16GB might be possible, though. (Skip itself doesn't take much memory. If you run it headlessly as a SwiftPM plugin, you wouldn't need nearly that much.)