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

https://github.com/sshcrack/clipture-rs

Clipture but made in rust
https://github.com/sshcrack/clipture-rs

Last synced: 4 months ago
JSON representation

Clipture but made in rust

Awesome Lists containing this project

README

          

# Archived
This repository is being archived because of Steam's new [in-game recording feature](https://store.steampowered.com/gamerecording).

# Clipture v2
Smaller and new codebase! (WIP)
## Preparation
```
cargo install cargo-obs-build
cd src-tauri

cargo obs-build --profile ../resources
cargo obs-build --profile debug
```

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

## Dummy DLL
Dummy DLL is generated by using `dummy-dll-generator` with input dll `obs.dll` and then put it in resources folder.