Reputation: 98
I love to code app, and I love to design/draw app UI.
I previously have developed a desktop application (just a simple one) in AIR with Flash Professional as the IDE. I love it, it's so easy. I just need to drag and drop, overlay some components over the others, and relate each other with codes written in ActionScript3. It's so easy to make an application with beautiful UI (chromeless, image-based UI components).
But now since I didn't see any new thing from AIR (especially about the availability in Windows 8), I decided to change to a new development platform (or so what it's called).
But I couldn't find any platform that could help me develop an application with an UI as easy as AIR. I've tried C# with MonoDevelop aka Xamarin, with Unity (it's so funny I tried to make a desktop app with it :D), and browsed (only browsed) about WPF, WinForm, TideSDK, Cappuccino and I found it's so hard to create a good UI like in AIR. And no one has Flash-like workflow.
What I'm trying to ask is what should I use (dev language or framework) so I could apply UI component I drawn (like in Photoshop or else) as a real desktop app? And that supports chromeless window.
I don't mind learning new devlpmnt language. Or maybe I missed some important point at those that I've tried? Help me, i've been so unproductive lately.. (so sorry it's so long)
Upvotes: 0
Views: 494
Reputation: 43254
Maybe Node-Webkit is what you are after? It lets you use HTML5 + JS to create desktop apps. Seems a natural progression from Flash/AIR.
Upvotes: 1