Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 890 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 890 Bytes

p5.js logo

Custom cursor p5

CustomCursor is an out-of-the-box plugin to add a cool and smooth cursor to your web page.

It is made in Typescript and generates a canvas made in p5.js.

Todo List:

  • Create a one page app to show the project's features.
  • Generate an instance container (span) from js.
  • Create an npm package.
  • Choose if keep one global instance of create an instance for each [custom-cursor-area] and generate a container from the width and height of it.
  • Use more shapes.
  • Refactor the project. (optimize code, add types).
  • Create the doc.
  • Add the possibility to chain different cursor in one canvas.
  • Add the possibility to load an image as cursor.
  • Add the possibility to rotate the cursor (clockwise, counterclockwise).