Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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