Skip to content

Releases: XanderXu/HandVector

2.2.0

Choose a tag to compare

@XanderXu XanderXu released this 09 Feb 01:34
  1. fix positionToParent
  2. add flexibleJoineGroupNames
  3. update README.md and Demo

Full Changelog: 2.1.1...2.2.0

2.2.0-beta

2.2.0-beta Pre-release
Pre-release

Choose a tag to compare

@XanderXu XanderXu released this 03 Feb 01:09

Full Changelog: 2.1.1...2.2.0-beta

v2.1.1

Choose a tag to compare

@XanderXu XanderXu released this 11 Oct 02:27
d797b2a

What's Changed

  • 'import RealityKit' to fix Xcode26 error; by @XanderXu in #10

Full Changelog: 2.1.0...2.1.1

v2.1.1-beta

v2.1.1-beta Pre-release
Pre-release

Choose a tag to compare

@XanderXu XanderXu released this 09 Oct 02:42

Full Changelog: 2.1.0...2.1.1-beta

  1. import RealityFoundation -> import RealityKit to fix Xcode26 error;

v2.1.0

Choose a tag to compare

@XanderXu XanderXu released this 01 Dec 03:14
  1. update HVJointOfFinger, enum name change;
  • remove .wrist in HVJointOfFinger.jointGroupNames. wristMetacarpal ;
  • case wristMetacarpal -> case metacarpal;
  • case foreArm -> case forearm;
  1. fix README.md;

2.0.1 Release

Choose a tag to compare

@XanderXu XanderXu released this 05 Sep 05:08
  1. Fix demo UI;
  2. Fix Json file load;

HandVector 2.0 in beta!

Pre-release

Choose a tag to compare

@XanderXu XanderXu released this 28 Aug 08:33

It's a big update
WARNNING: API NOT compatible!!!

1.Optimized the calculation of cosine similarity.
2.Added the FingerShape feature.
3.Optimized JSON file load/save.

0.4.1

Choose a tag to compare

@XanderXu XanderXu released this 21 May 12:57

Add hand direction;
Update demo;

0.4.0

Choose a tag to compare

@XanderXu XanderXu released this 12 May 10:30
  1. clean unused code;
  2. update json in demo;
  3. update readme;

0.3.1-beta

Choose a tag to compare

@XanderXu XanderXu released this 15 Apr 12:22
e8b347f
  1. add long press to copy json string;