Hacker News new | past | comments | ask | show | jobs | submit login
Glass.py: Create Python web applications for Google Glass (github.com/samypesse)
61 points by SamyPesse on Aug 31, 2013 | hide | past | favorite | 3 comments



Looks very interesting indeed. But is it possible for you guys to somehow "lend" me a google glass so I can test/debug features I might add? wishing and hoping


So, I see the main benefit being that this takes the guesswork out of the web application backend, but how else does this simplify the Google Glass app development process?


Glass apps are the web app backend. You push HTML cards to the user's device, by contacting Google's REST API (authenticated by OAuth on behalf of your user).

Those cards are your app's UI. Actions on the device (acting on cards, sharing content with your app) result in REST commands to your backend.

So with something like this, you don't need to care about the nitty gritty of Google's API, you just focus on your application logic.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: