I am looking into Mozilla's Boot 2 Gecko Os for development of Web app, that would expose the capabilities of hardware and system level access (Camera, File system, contact ) as well.
Can any one suggest which is the suitable and preferred development IDE should be used and From where i can get the Development Kit got Boot 2 Gecko ?
Thanks, Rakesh
Firefox OS (B2G) apps are just Web apps on steroids, so you can use a standard web development tool set to create apps for it. There are no external dependencies (like the Android and iOS SDKs), it's simply HTML that can access things like device orientation, camera and the local filesystem through a set of JavaScript APIs.
You can find extensive HTML, CSS, JavaScript and DOM documentation on the Mozilla Developer Network, and there's also a section dedicated to Firefox OS.