Skip to content

Instantly share code, notes, and snippets.

@TheJLifeX
TheJLifeX / 01-README.md
Last active February 22, 2024 19:31
Simple Hand Mouvement Recognition Code - Hand tracking - Mediapipe

Simple Hand Mouvement Recognition Code - Hand tracking - Mediapipe

Goal of this gist is to recognize some simple hand mouvements like Scrolling, Zoom in/out and Slide left/right (see 08-hand-mouvement.gif below).

The whole code for that can be found here: hand-mouvement-recognition-calculator.cc.

You can clone my forked version of mediapipe here: https://github.com/TheJLifeX/mediapipe. I have already commited all code in that repository in the "hand-mouvement-recognition" branch (https://github.com/TheJLifeX/mediapipe/tree/hand-mouvement-recognition).

If you want to know how to recognize hand gesture like ONE, TWO, TREE, FOUR, FIVE, SIX, YEAH, ROCK, SPIDERMAN and OK. You can read this gist: [Simple Hand Gesture Recognition](https://gist.github.com/TheJLifeX/74958cc59db477a91837244ff5

@TheJLifeX
TheJLifeX / 00-hand-gesture-recognition.gif
Last active March 26, 2026 15:37
Simple Hand Gesture Recognition Code - Hand tracking - Mediapipe
00-hand-gesture-recognition.gif
@cortvi
cortvi / !Two-Sided Shader.md
Last active August 27, 2024 01:11
A PBR two-sided cloth shader that works correctly with Unity's lighting.

Extended from this article

two-sided custom shader cover image

@NathanSweet
NathanSweet / Photoshop-LayersToPNG.jsx
Last active March 1, 2026 12:56
Adobe Photoshop script to export to Esoteric Software's Spine: http://esotericsoftware.com/
Please note this script has moved: https://github.com/EsotericSoftware/spine-scripts
@Benedicht
Benedicht / LoadImageTestScript.cs
Created August 17, 2013 14:19
Texture download demo for BestHTTP Unity3D plugin.
using UnityEngine;
using System.Collections;
[RequireComponent(typeof(GUITexture))]
public class LoadImageTestScript : MonoBehaviour {
/// <summary>
/// Default url that points to an image somewhere on the internet.
/// </summary>
public string ImageUrl = "http://1.bp.blogspot.com/_EmX0HOnldCg/TODtaqLAHeI/AAAAAAAABnM/fLPKmMD66ng/s1600/funnycat.jpg";