sirxemic / jquery.ripples

Add a water ripple effect to your background using WebGL.
https://sirxemic.github.io/jquery.ripples/
MIT License
1.06k stars 416 forks source link

Created a JS Native version fork, future direction? #75

Open mrspence opened 3 years ago

mrspence commented 3 years ago

I never use jQuery in my personal or paid projects these days, and thought your awesome repo was worth converting 🔥

Released a JS native version here: https://github.com/mrspence/webgl-ripples.js (note: Needs fully testing, not stable)

Is this a direction you'd like to take? If so I can make a pull request, if you'd like 👍

sirxemic commented 3 years ago

It's been many years since I last used jQuery myself, so it probably is no surprise I've been thinking in the past of creating a JS native version as well (a version which this package could then depend on), but I'm not sure if I'll ever get to it.

The idea was to create a generic component that has as input an image and would just render an interactive canvas. It would be a rewrite of the codebase in native JS and in a modern code style.

But yeah, since I don't see myself picking it up anytime soon (if ever), I'm totally ok with a JS native fork existing next to this. You don't need to make a PR, as it would not make much sense since this repo is called jquery ripples, after all :)