mouse-tracker-for-cubism.git
2 years agoMerge branch 'master' into rpi. Upgrade to Cubism 4 R4 rpi
Adrian Iain Lam [Sun, 2 Jan 2022 02:00:48 +0000 (02:00 +0000)]
Merge branch 'master' into rpi. Upgrade to Cubism 4 R4

2 years agoUpgrade to Cubism 4 Release R4. No incompatible API changes.
Adrian Iain Lam [Sun, 2 Jan 2022 01:56:39 +0000 (01:56 +0000)]
Upgrade to Cubism 4 Release R4. No incompatible API changes.

2 years agoMerge branch 'master' into rpi. Upgrade to Cubism 4 R3
Adrian Iain Lam [Sat, 12 Jun 2021 16:25:44 +0000 (17:25 +0100)]
Merge branch 'master' into rpi. Upgrade to Cubism 4 R3

2 years agoUpgrade to Cubism 4 Release R3. No incompatible API changes.
Adrian Iain Lam [Sat, 12 Jun 2021 16:20:00 +0000 (17:20 +0100)]
Upgrade to Cubism 4 Release R3. No incompatible API changes.

2 years agoMerge branch 'rpi' of https://github.com/adrianiainlam/mouse-tracker-for-cubism into rpi
Adrian Iain Lam [Wed, 28 Apr 2021 11:59:16 +0000 (12:59 +0100)]
Merge branch 'rpi' of https://github.com/adrianiainlam/mouse-tracker-for-cubism into rpi

The CMake min version change was somehow missing in my local tree

2 years agoMerge branch 'master' into rpi
Adrian Iain Lam [Wed, 28 Apr 2021 11:49:54 +0000 (12:49 +0100)]
Merge branch 'master' into rpi

 - Update to Cubism SDK 4-r.2. Incompatible scaling changes.
 - Add support for Cubism 2.1 style parameter IDs

2 years agoUpdate to Cubism SDK 4-r.2. Incompatible scaling changes.
Adrian Iain Lam [Wed, 28 Apr 2021 11:41:35 +0000 (12:41 +0100)]
Update to Cubism SDK 4-r.2. Incompatible scaling changes.

NOTE: Scale factors and translate co-ordinates worked out using
the previous release will need to be updated, because the SDK has
changed how scaling is handled.

3 years agoChange CMake minimum version to 3.13
Adrian Iain Lam [Wed, 13 Jan 2021 17:36:26 +0000 (17:36 +0000)]
Change CMake minimum version to 3.13

3 years agoAdd support for models that use Cubism 2.1 style parameter IDs
Adrian Iain Lam [Sat, 2 Jan 2021 11:47:44 +0000 (11:47 +0000)]
Add support for models that use Cubism 2.1 style parameter IDs

3 years agoLinking experimental Raspberry Pi Live2D Cubism core library
Adrian Iain Lam [Fri, 1 Jan 2021 15:37:18 +0000 (15:37 +0000)]
Linking experimental Raspberry Pi Live2D Cubism core library

3 years agoAdd GUI control panel (first draft)
Adrian Iain Lam [Fri, 1 Jan 2021 11:36:37 +0000 (11:36 +0000)]
Add GUI control panel (first draft)

3 years agoChange randomIdleMotion default to true
Adrian Iain Lam [Mon, 19 Oct 2020 00:55:29 +0000 (01:55 +0100)]
Change randomIdleMotion default to true

3 years agoUse editline instead of GNU Readline
Adrian Iain Lam [Mon, 19 Oct 2020 00:42:23 +0000 (01:42 +0100)]
Use editline instead of GNU Readline

GNU Readline is GPL and so I can't link to it from this MIT-license project.

Including editline as a submodule.

3 years agoAdd libreadline-dev dependency to README
Adrian Iain Lam [Sun, 18 Oct 2020 17:10:22 +0000 (18:10 +0100)]
Add libreadline-dev dependency to README

3 years agoAdd command-line interface to control model
Adrian Iain Lam [Sun, 18 Oct 2020 08:33:33 +0000 (09:33 +0100)]
Add command-line interface to control model

This can now:
 - Start motions
 - Set expressions
 - Manually set Live2D parameters

Some config file params renamed.

3 years agoAdd link to video demo
Adrian Iain Lam [Fri, 2 Oct 2020 22:22:29 +0000 (23:22 +0100)]
Add link to video demo

3 years agoMouse tracking with lip sync - initial commit
Adrian Iain Lam [Fri, 2 Oct 2020 01:05:59 +0000 (02:05 +0100)]
Mouse tracking with lip sync - initial commit

3 years agoAdding options to enable auto blink, auto breath and random motion
Adrian Iain Lam [Sun, 27 Sep 2020 16:46:07 +0000 (17:46 +0100)]
Adding options to enable auto blink, auto breath and random motion

Also updating README to include troubleshooting for SIGILL.

Special thanks to fluno for providing feedback!
fluno's YouTube channel: https://www.youtube.com/channel/UCAaORfSmJ7CHD1rskBleT2A

3 years agoUpdate video link
Adrian Iain Lam [Fri, 17 Jul 2020 22:33:57 +0000 (23:33 +0100)]
Update video link

3 years agoIgnore build files and files under non-permissive licenses
Adrian Iain Lam [Sun, 12 Jul 2020 15:31:03 +0000 (16:31 +0100)]
Ignore build files and files under non-permissive licenses

3 years agoInitial commit - it should now be more or less working
Adrian Iain Lam [Sun, 12 Jul 2020 15:27:24 +0000 (16:27 +0100)]
Initial commit - it should now be more or less working

3 years agoAdd dlib submodule
Adrian Iain Lam [Sun, 12 Jul 2020 15:08:19 +0000 (16:08 +0100)]
Add dlib submodule