Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-av/avp
Another Video Player
https://github.com/rust-av/avp
player rust-av sdl2
Last synced: about 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T09:34:18.000Z (over 3 years ago)
- Last Synced: 2024-03-26T15:23:39.760Z (9 months 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://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/rust-av/avp/workflows/avp/badge.svg)](https://github.com/rust-av/avp/actions)
[![IRC](https://img.shields.io/badge/irc-%23rust--av-blue.svg)](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