GOV.UK elements

This guide shows how to make your service look consistent with the rest of GOV.UK. Translated: GOV.UK’s styleguide / design manual. In true GDS tradition the whole thing is open source 🙂 GOV.UK elements → GOV.UK elements Source (GitHub) → The people at GDS really know their stuff. Want to read more? Here: Design principles …

Real-time Expression Transfer for Facial Reenactment

We present a method for the real-time transfer of facial expressions from an actor in a source video to an actor in a target video, thus enabling the ad-hoc control of the facial expressions of the target actor. The novelty of our approach lies in the transfer and photo-realistic re-rendering of facial deformations and detail …

JockeyJS

JockeyJS is a dual-iOS and Android library that facilitates two-way communication between native applications and JavaScript apps running inside them. Here’s an iOS example: // Send an event to JavaScript, passing a payload. // payload can be an NSDictionary or NSArray, or anything that is serializable to JSON. // It can be nil. [Jockey send:@”event-name” …