Merapi on the Tesla – Yeah, that Tesla

This is really cool. Tesla is using Merapi and Adobe AIR for their cool, new user interface. If you check out the TechCrunch article you’ll see the new car comes with a 17 inch touch screen and it has 3G or wireless access. It ties into services like Google Maps and Pandora which means it’s a perfect candidate for AIR since you can get both Flash and HTML.

Merapi is what glues it all together. Using Merapi they were able to expose all of the hardware of the car to the UI layer. Congrats to Adam, Dave, and the rest of the Roundarch team. This is a really cool project and I’m glad Merapi has such a high profile deployment.

Related posts:

  1. Live GPS Data with Merapi and Adobe AIR
  2. Yeah, I Like My Zune
  • http://xsive.co.nz Campbell

    Hopefully this is the beginning of something new. It mixes my two favorite things. “it’ll be configurable” Wonder if the source or API’s will be open. Would love the chance to work on one of these.

  • Scott Delap

    Maybe this will be another sign to Adobe that developers should be allowed to sign their applications and have access to native API’s.

  • http://phillipkerman.com/blog Phillip Kerman

    Gee… with all due respect, I sure hope the vital controls aren’t Flash based.

  • http://www.mattmayer.com/ Matt Mayer

    //hilarious april fools joke
    var today:Date=new Date();
    if (today.getMonth()-1==4 && today.getDay()==1) {
    Car.getInstance().start();
    Car.getInstance().velocity=120;
    Car.getInstance().brakes.disable();
    }