PhoneGap vs RubyMotion
iconoclastlabs.com
PhoneGap vs RubyMotion
1–10 of 37 posts
Re: PhoneGap vs RubyMotion
#2Re: PhoneGap vs RubyMotion
#3His conclusion is more than correct for PhoneGap: PhoneGap feels like half-assing it.
Re: PhoneGap vs RubyMotion
#4The article isn't necessarily a far comparison: PhoneGap is cross platform, RubyMotion isn't. But it's nice to see someone holding up the different tools against one another. His conclusion is more than correct for PhoneGap: PhoneGap feels like half-assing it.
That platform limitation of RubyMotion and the cross-platform nature of PhoneGap is acknowledged multiple times in the post.
From a business perspective, the cross platform nature of PhoneGap may make it a better choice for some projects but from our short comparison of the PhoneGap version of the app deployed on both platforms, iOS appears more promising* so that's why we chose to write a native version for iOS (plus, coming from more of a Ruby/web background and having no Obj-C experience, RubyMotion lowered the barrier to entry for that). It's been an interesting learning experience for sure.
[*] http://iconoclastlabs.com/cms/blog/posts/chatoms-app-store-e...
Re: PhoneGap vs RubyMotion
#5The article isn't necessarily a far comparison: PhoneGap is cross platform, RubyMotion isn't. But it's nice to see someone holding up the different tools against one another. His conclusion is more than correct for PhoneGap: PhoneGap feels like half-assing it.
Disclaimer: I'm Matt, the other half of Iconoclast Labs. That platform limitation of RubyMotion and the cross-platform nature of PhoneGap is acknowledged multiple times in the post. From a business perspective, the cross platform nature of PhoneGap may make it a better choice for some projects but from our short comparison of the PhoneGap version of the app deployed on both platforms, iOS appears more promising* so t…
I was looking for its answer for some time now. Our projects include a lot of C code.
Re: PhoneGap vs RubyMotion
#6Earlier quoted context omitted.
Disclaimer: I'm Matt, the other half of Iconoclast Labs. That platform limitation of RubyMotion and the cross-platform nature of PhoneGap is acknowledged multiple times in the post. From a business perspective, the cross platform nature of PhoneGap may make it a better choice for some projects but from our short comparison of the PhoneGap version of the app deployed on both platforms, iOS appears more promising* so t…
Can I include a C source file in RubyMotion project, compile it, and call the C functions directly from Ruby? That can be done easily with Obj-C. I was looking for its answer for some time now. Our projects include a lot of C code.
Edit: A discussion topic on the newsgroup about it: https://groups.google.com/d/msg/rubymotion/tn5p3g071OE/5jyJI... (you'll have to sign up I think)
Re: PhoneGap vs RubyMotion
#7As is, though, I find myself judging a site/article/company based on how many elements of their site irritate me. And it's a giant header.
Re: PhoneGap vs RubyMotion
#8Re: PhoneGap vs RubyMotion
#9Earlier quoted context omitted.
Disclaimer: I'm Matt, the other half of Iconoclast Labs. That platform limitation of RubyMotion and the cross-platform nature of PhoneGap is acknowledged multiple times in the post. From a business perspective, the cross platform nature of PhoneGap may make it a better choice for some projects but from our short comparison of the PhoneGap version of the app deployed on both platforms, iOS appears more promising* so t…
Can I include a C source file in RubyMotion project, compile it, and call the C functions directly from Ruby? That can be done easily with Obj-C. I was looking for its answer for some time now. Our projects include a lot of C code.
Re: PhoneGap vs RubyMotion
#10I can understand PhoneGap will be handy when requiring cross platform compatibility and you are not a multi platform expert. The experience is always going to be underwhelming. RubyMotion is much more ambiguous, on one hand we have beautiful XCode and Objective-C environment which is a pleasure to use, and then this command line monstrosity! And it do not save you from learning cocoa libraries - So if you want to dev…