Loading repository data…
Loading repository data…
Mani821 / repository
SilkCursor is a mesmerizing JavaScript canvas animation that transforms your mouse cursor into a fluid, dynamic trail of motion. Unlike traditional cursors, SilkCursor creates a smooth, organic path that follows your mouse movements with an elegant, spring-like behavior.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
SilkCursor transforms your mouse cursor into a mesmerizing, fluid trail of motion. Using canvas animation and spring-physics simulation, it creates an elegant, responsive cursor effect that brings your web interface to life.
🚀 Quick Start
Installation
git clone https://github.com/[your-username]/SilkCursor.git
index.html directly in your browserIntegration into Your Project
<!-- Add these to your HTML -->
<canvas></canvas>
<script src="script.js"></script>
🛠 Customization
Modify the params object in script.js to customize the trail:
const params = {
pointsNumber: 40, // Number of points in the trail
widthFactor: .3, // Trail width variation
spring: .4, // Spring tension
friction: .5 // Movement resistance
};
🤖 How It Works
The cursor trail is generated using canvas animation with a spring-physics approach:
🛡️ Browser Compatibility
🤝 Contributing
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)📋 Todo
📄 License
Distributed under the MIT License. See LICENSE for more information.
🙌 Acknowledgements
📧 Contact
Your Name - Imran Mani
Project Link: (https://github.com/Mani821/SilkCursor)