Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make trail icon, length and colour gradient configurable #1

Open
jendrummo opened this issue Sep 23, 2023 · 1 comment
Open

Make trail icon, length and colour gradient configurable #1

jendrummo opened this issue Sep 23, 2023 · 1 comment

Comments

@jendrummo
Copy link

I want to use it as a magic effect that follows my cursor, but it's too long and distracting at the moment.

@upgradeQ
Copy link

@jendrummo try changing this variable

dots.length > 50 && dots.pop();

I don't know if you could though, it seems that it packs as one executable. You can use the same code from this app with little modifications to run inside OBS Studio browser source, as a local file. I have cursor trails which use web technologies to render on transparent background. See - OBS-Studio-Cursor-skin , the web version requires Python to get mouse position from OS, there is also a shader based mouse trail which you try without installing anything assuming you are on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants