https://github.com/rust-av/avp
Another Video Player
https://github.com/rust-av/avp
player rust-av sdl2
Last synced: about 1 year ago
JSON representation
Another Video Player
- Host: GitHub
- URL: https://github.com/rust-av/avp
- Owner: rust-av
- License: mit
- Created: 2017-11-17T04:47:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T09:34:18.000Z (about 5 years ago)
- Last Synced: 2024-03-26T15:23:39.760Z (about 2 years ago)
- Topics: player, rust-av, sdl2
- Language: Rust
- Size: 16.6 KB
- Stars: 48
- Watchers: 8
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another Video Player
[](LICENSE)
[](https://github.com/rust-av/avp/actions)
[](http://webchat.freenode.net?channels=%23rust-av&uio=d4)
Simple player based on [rust-av](https://github.com/rust-av) and [SDL2](https://github.com/Rust-SDL2/rust-sdl2).
## Compiling
```bash
cargo build
```
## Running tests
```bash
cargo test
```
## License
MIT