Skip to content

Releases: XanderXu/HandVector

v2.1.1

11 Oct 02:27
d797b2a

Choose a tag to compare

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

09 Oct 02:42

Choose a tag to compare

v2.1.1-beta Pre-release
Pre-release

Full Changelog: 2.1.0...2.1.1-beta

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

v2.1.0

01 Dec 03:14

Choose a tag to compare

  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

05 Sep 05:08

Choose a tag to compare

  1. Fix demo UI;
  2. Fix Json file load;

HandVector 2.0 in beta!

28 Aug 08:33

Choose a tag to compare

Pre-release

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

21 May 12:57

Choose a tag to compare

Add hand direction;
Update demo;

0.4.0

12 May 10:30

Choose a tag to compare

  1. clean unused code;
  2. update json in demo;
  3. update readme;

0.3.1-beta

15 Apr 12:22
e8b347f

Choose a tag to compare

  1. add long press to copy json string;

0.3.0-beta

14 Apr 13:08

Choose a tag to compare

  1. Demo update: add Record and Match view;
  2. fix function name: voctor -> vector;
  3. add zh-Hans in Demo;

0.2.2-beta

24 Mar 09:22

Choose a tag to compare

  1. add similarities func;
  2. update README.md;
  3. add zh-Hans in Demo;