Skip to content
/ Kalon Public

A humanlike cursor movement library that uses randomised bezier curves for path generation

License

Notifications You must be signed in to change notification settings

Dewera/Kalon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalon

A humanlike cursor movement library that uses randomised bezier curves for path generation


Example

The image below demonstrates some generated movements between a set of points


Caveats

  • The provided delay applies exclusively to the movement of the cursor rather than the total runtime of the method

Getting started

The example below demonstrates a basic implementation of the library

var delay = TimeSpan.FromMilliseconds(0);
CursorMover.MoveCursor(0, 0, delay);

CursorMover Class

Provides the functionality to move the cursor in a human realistic manner

public static class CursorMover

Methods

Moves the cursor to a set of coordinates in a timespan

public static void MoveCursor(int, int, TimeSpan);

About

A humanlike cursor movement library that uses randomised bezier curves for path generation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages