An open API service indexing awesome lists of open source software.

https://github.com/yeemachine/touchtype2

Version 2 of Touch Type. Now made in Pixi.js
https://github.com/yeemachine/touchtype2

Last synced: over 1 year ago
JSON representation

Version 2 of Touch Type. Now made in Pixi.js

Awesome Lists containing this project

README

          

Type Experiments with PoseNet and PIXI
=================
![Touching Type](https://cdn.glitch.com/4d39133e-b3b7-4768-b5c7-ea33124bc0dd%2Fezgif-1-225e7012fcb4.gif)

An interactive type projection that utilizes simple body tracking from [Posenet](https://github.com/tensorflow/tfjs-models/tree/master/posenet)
and the Reynolds Flocking algorithm [example](https://thecodingtrain.com/CodingChallenges/124-flocking-boids.html) by the Coding Train.

VER 2 now made with Pixi.js for better performance!
===============

Use your hands or your face to distort the type. Walk away from the camera and watch the type disappear.
Try it out [here](https://pose2.yee.gd) or remix the code [on Glitch](https://glitch.com/edit/#!/pose2).