I like this mouse trail effect by Noah Yamamoto. Implementation is in React, but don’t let that put you off … “you got this” 😉 JavaScript Mouse Trail Effect →
Tag Archives: mouse
Use a mouse on iOS with PointerKit
Great work by Louis D’hauwe: PointerKit is a proof of concept framework to use a pointing device on iOS. This is done via a multipeer connection between a Mac and an iOS device. The pointer movement is captured by the Mac app, after which it’s send to the receiving iOS device (over Bluetooth or Wi-Fi). …