Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wulkano/Aperture

Record the screen on macOS
https://github.com/wulkano/Aperture

aperture avfoundation capture kap macos record screen-recorder screencast swift

Last synced: about 1 month ago
JSON representation

Record the screen on macOS

Awesome Lists containing this project

README

        



Aperture


Record the screen on macOS

## Requirements

- macOS 10.13+
- Xcode 13+
- Swift 5.5+

## Install

Add the following to `Package.swift`:

```swift
.package(url: "https://github.com/wulkano/Aperture", from: "2.0.1")
```

[Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)

## Docs

See the [source](Sources/Aperture/Aperture.swift) for now.

## Dev

Run `./example.sh` or `./example-ios.sh`.

## Related

- [aperture-node](https://github.com/wulkano/aperture-node) - Node.js wrapper