Scribe

This past weekend I went to PennApps with three of my good friends. Over the course of the weekend we made Scribe, an iOS application that turns drawings or sketches into functional websites. It consists of an Objective-C iOS frontend and a C++ and Python backend. It was our first time working with OpenCV and was an incredible learning experience.

We’d like to make the application public, but are still ironing out kinks in the backend. In the meantime, you can watch our video demo below.

 
25
Kudos
 
25
Kudos

Now read this

AngularJS and Yeoman with the HTML5 History API

By default the Angular Generator for Yeoman isn’t set up for the HTML5 History API. Enabling it will make our routes look like https://example.com/register instead of https://example.com/#!/register. We can enable it by putting the... Continue →