https://github.com/inventsable/inner-joysticks
AE extension that places HTML versions of Joysticks N' Sliders in a panel, not your comp
https://github.com/inventsable/inner-joysticks
Last synced: 10 months ago
JSON representation
AE extension that places HTML versions of Joysticks N' Sliders in a panel, not your comp
- Host: GitHub
- URL: https://github.com/inventsable/inner-joysticks
- Owner: Inventsable
- Created: 2019-11-13T03:14:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T07:22:54.000Z (over 4 years ago)
- Last Synced: 2025-03-23T13:19:27.367Z (about 1 year ago)
- Language: JavaScript
- Size: 10 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inner Joysticks
After Effects panel to convert all [Joysticks N' Sliders](https://aescripts.com/joysticks-n-sliders/) controllers to HTML equivalents within a panel:

I love JnS and use it all the time for pose-based rigging, but I find myself doing things every time I create a Joystick:
- Since I often animate on white, I always need to add a fill to the Joystick and delete the stroke.
- I dislike how large Joysticks come by default (they normally fill my entire comp), I have to scale them down every time
- I always fight for comp space between my controllers and rigs
In preparation for Quasarcade and creating HTML joysticks to use for Lottie rigs, I experimented with substituting AE Joysticks all together. For the most part it works, but there's a noticeable lag in complex art from the polling rate in which the panel sends scripting commands.
## Installation
Use the zxp located in `./archive` with any valid ZXP installer
## Features
- Supports an infinite amount of Joysticks (but only within the current comp)
- Gamepad alt-skin allows you to easily place exact corner and key values of Joysticks
- Joystick size and layout fully responsive
- Joystick size can be locked
- Can auto-hide any Joysticks within comp during scan
## Todo
- Finish settings modal -- maybe allow color coding of Joysticks and alternate CSS Grid layout
- Add interactive user on-boarding tutorials
- Finish Sliders (but is this necessary? Sliders are convenient enough in the Effect Controls)