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
- Host: GitHub
- URL: https://github.com/yeemachine/touchtype2
- Owner: yeemachine
- Created: 2019-08-01T16:34:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T22:11:43.000Z (over 6 years ago)
- Last Synced: 2025-01-28T11:49:07.981Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Type Experiments with PoseNet and PIXI
=================

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).