topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 10:14 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea: Wavy mouse or motion mouse (or something)  (Read 2182 times)

Jasong222

  • Participant
  • Joined in 2021
  • *
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Idea: Wavy mouse or motion mouse (or something)
« on: November 24, 2021, 01:24 PM »
Hey all,

Hope this is the right place for this.  Previous post got moved around a bit and I forgot where I posted it first.  I did a donation code once before and it went pretty well! 

Anyway- this is a fun one.  Summary-  Long ago, for the Apple Macintosh system 7, there was a simple little app that made the mouse cursor point in the direction you were moving it.  Now I found this app very very neat and played with it all the time.  Looking to recreate it for windows 10 (+).

I'm not sure if it's possible, of course.  Depends on what Windows will let you do with the cursor.

How to describe the motion?    It's actually kinda hard to describe or possibly visualize.

Take a piece of paper, ideally one you cut out into the shape of a cursor.  Make it large, using maybe a half sheet or a full sheet of paper.  Or at least just take half a sheet.  Put it on some very smooth surface where you have a lot of room to move.

Take your finger, or the eraser side of a pencil and put it on the very tip of the arrow, or on the very edge of a corner of the paper.  That corner is the tip of the arrow.  Now move the arrow around your surface.  See how the arrow 'follows' your movement?  How it keeps turning to point in the direction you're moving?  THAT'S all this cursor program did. 

Another way to visualize it is to watch this video of the old video game Time Pilot.  But imagine that the ship is actually moving, not the background, of course: https://youtu.be/cNv0_wY5jp8

That's as best as I can describe the mechanics- the force is applied at the very tip of the arrow, and the rest of the arrow body behaves like normal physics would.

I constantly found myself doing loops on my way to 'ok' buttons, or min/maxing windows, etc.  It was honestly fun.  And this was a long time ago so I was a lot younger then, lol....


Is this possible in Windows?  Anything else like it?  Anyone interested in coding it?

Thanks!


(Previous DC project was 'enfolder', by vic, found here:  https://www.donation....msg446282#msg446282)


« Last Edit: November 24, 2021, 01:31 PM by Jasong222 »

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: Idea: Wavy mouse or motion mouse (or something)
« Reply #1 on: December 11, 2021, 01:05 PM »
Anyone interested in coding it?

Hi Jason, I'm in! :Thmbsup:

This is 100% doable via "hide & overlay" (taking over the cursor), traditional API hooks and a little math in between :)

"JCursor" repo is open: https://github.com/publicdomain/jcursor

Description: "Makes the cursor point to the current movement direction".

...If you're around after Christmas, please do "ping" for me to extend some love to it 💖. Chances are it's a 2021 release.

Cheers!
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

kunkel321

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 597
    • View Profile
    • Donate to Member
Re: Idea: Wavy mouse or motion mouse (or something)
« Reply #2 on: December 12, 2021, 01:57 PM »
Yeah, seems like a clever idea. 

Jasong222

  • Participant
  • Joined in 2021
  • *
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Re: Idea: Wavy mouse or motion mouse (or something)
« Reply #3 on: December 15, 2021, 05:06 PM »

Hi Jason, I'm in! :Thmbsup:

This is 100% doable via "hide & overlay" (taking over the cursor), traditional API hooks and a little math in between :)

...If you're around after Christmas, please do "ping" for me to extend some love to it 💖. Chances are it's a 2021 release.


Great- will do!  I'm traveling myself and have limited time before the  holidays.  Enjoy them and stay safe!  Talk to you then-

-J