App-UI
11–20 of 25 posts
Re: App-UI
#12Re: App-UI
#13This looks fantastic. However, after working on a simple HTML5 game for iOS, I'll definitely be going back to native for my next app.
Can you elaborate? I am considering HTML for a mobile game, but I am concerned that performance will be lacking and CSS will be challenging.
Shameless self plug: If you're looking to build an iPhone game check out our website (https://www.makegameswith.us), you'll learn how to build Angry Birds in no time then get started making your own game!
Re: App-UI
#14Re: App-UI
#15Is it just me… or does this not look like it would "feel native" at all, from watching the video? (especially on iOS). Not to deprecate the (I'm sure fast-maturing and ever-improving) work of the developer, but the lag and disconnect between its UI and the native UI just makes this completely not "native-feeling".
Re: App-UI
#16Re: App-UI
#17Great concept but the execution isn't as good as mobile competitors like JQuery Mobile which is pretty but incredibly simple for anyone with basic HTML skills to build something with.
This is more of a lower level transitions toolkit - only one piece of what jQM does, and I would imagine easier to fit into your hand rolled js app.
Re: App-UI
#18This looks fantastic. However, after working on a simple HTML5 game for iOS, I'll definitely be going back to native for my next app.
Can you elaborate? I am considering HTML for a mobile game, but I am concerned that performance will be lacking and CSS will be challenging.
I much prefer web development to native iOS development for many many reasons, and am 100% for building desktop games in HTML5, but the thing about mobile web apps is that you'll spend every waking minute focusing on performance; you'd better be comfortable with not using jQuery, and you'd better be ready to get intimately familiar with the intricacies of how WebKit renders the DOM so you can fine-tune by hand the way it applies hardware acceleration. If you're lucky, with tons of optimization you might get performance to a barely-acceptable level, and that's assuming your game's running in MobileSafari instead of a Nitro-less UIWebView. Things are only going to get better from here, but they've got a long way to go before I'll voluntarily write another web-based mobile game.
Also, if you're building a pure web app (as opposed to a native wrapper around a UIWebView), you functionally won't be able to have sound. I've heard that iOS6 is finally introducing a real web audio API, but the current version of iOS doesn't have a sane way to play audio in a way that's robust and full-featured enough for most games.
(And if you care about cross-platform support, don't get me started on the clusterfuck that is the Android browser. I'd honestly rather have to support IE 6/7/8 than the Android build of WebKit.)
Re: App-UI
#19Re: App-UI
#20"app-UI is a free & open source collection of reusable "application container" user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices."
That's one loooooong sentence to start off your page with. Further, it seems like you're scared of diving into the mobile "niche." Embrace the niche. Try this, maybe?
"app-UI: Native-looking mobile application containers for HTML and JavaScript."