Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwulf/handshadows
Add shadows to your gestures for better demo videos of your app
https://github.com/adamwulf/handshadows
Last synced: 6 days ago
JSON representation
Add shadows to your gestures for better demo videos of your app
- Host: GitHub
- URL: https://github.com/adamwulf/handshadows
- Owner: adamwulf
- License: mit
- Created: 2015-02-02T18:52:04.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T23:48:11.000Z (4 months ago)
- Last Synced: 2025-02-08T09:09:55.513Z (13 days ago)
- Language: Swift
- Homepage: http://getlooseleaf.com/opensource/
- Size: 9.54 MB
- Stars: 217
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
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: "[email protected]: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](./LICENSE.md) file for more information.
## Support this framework
This code is created by Adam Wulf ([@adamwulf](https://twitter.com/adamwulf)) as a part of the [Loose Leaf](https://getlooseleaf.com) app.
Become a [Github Sponsor](https://github.com/sponsors/adamwulf) and buy me a coffee ☕️ 😄