https://github.com/opensmock/pharovideoplayer
https://github.com/opensmock/pharovideoplayer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensmock/pharovideoplayer
- Owner: OpenSmock
- Created: 2019-08-20T19:33:54.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T18:11:08.000Z (over 3 years ago)
- Last Synced: 2025-11-23T11:23:19.557Z (6 months ago)
- Language: Smalltalk
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```