Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theoplayer/samples-lightning
Demonstration of integrating THEOplayer in a Lightning app
https://github.com/theoplayer/samples-lightning
Last synced: 15 days ago
JSON representation
Demonstration of integrating THEOplayer in a Lightning app
- Host: GitHub
- URL: https://github.com/theoplayer/samples-lightning
- Owner: THEOplayer
- Created: 2021-07-28T10:41:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T15:01:35.000Z (7 months ago)
- Last Synced: 2024-11-12T12:26:26.773Z (about 2 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THEOplayer samples for Lightning
## License
This projects falls under the license as defined in https://github.com/THEOplayer/license-and-disclaimer.
## Introduction
This project will demonstrate how to use THEOplayer in a [Lightning](https://lightningjs.io/) app.
Lightning is an open-source JavaScript development platform for creating (TV) apps. It uses WebGL or Canvas2d for rendering.
Learn more about Lightning by reading the [documentation](https://lightningjs.io/docs)
and [SDK reference](https://rdkcentral.github.io/Lightning-SDK).## Getting Started
Make sure a copy of THEOplayer's web SDK is copied in the `static/THEOplayer` folder of the app.
Then follow the guidelines for building and running the app.* [minimal-ui](./minimal-ui/README.md)