HandShadows

1.0

Add shadows to your gestures for better demo videos of your app
adamwulf/HandShadows

What's New

1.0

2024-01-21T04:49:49Z

Swift package release!

Hand Shadows

This code allows you to quickly and easily integrate hand shadows that follow your app's gestures in real time, allowing you to record more descriptive and intuitive demo videos.

What is this?

This code lets you add hand shadows over your UI during your gestures, which makes for immersive tutorial and demo videos.

Swift Package Manager

Add the following to your Package.swift file:

dependencies: [
    .package(url: "git@github.com:adamwulf/HandShadows.git", branch: "main")
]

Using

Add a HandShadowView above all of your other views, and then call its methods with CGPoints of gesture touch locations. Run the code for a demo of the shadows.

Demo App

A demo is available at https://github.com/adamwulf/HandShadowsExample

License

HandShadows is available under the MIT license. See the LICENSE file for more information.

Support this framework

This code is created by Adam Wulf (@adamwulf) as a part of the Loose Leaf app.

Become a Github Sponsor and buy me a coffee ☕️ 😄

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 31 2024 04:53:43 GMT-0900 (Hawaii-Aleutian Daylight Time)