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

https://github.com/opensmock/pharovideoplayer


https://github.com/opensmock/pharovideoplayer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# PharoVideoPlayer

A video player project for Pharo.

## Installing

```smalltalk
Metacello new
baseline: 'VideoPlayer';
repository: 'github://OpenSmock/PharoVideoPlayer:main';
load.
```