# simpliplay-desktop The desktop version of SimpliPlay, a simple, cross-platform media player. Fun fact: the desktop version is made in Electron, Xbox version in UWP, and the Android version in [App Inventor](https://appinventor.mit.edu). [![simpliplay](https://snapcraft.io/simpliplay/badge.svg)](https://snapcraft.io/simpliplay) ___ ## How to install On Windows, you can use winget by running: ```shell winget install simpliplay ``` in Command Prompt, use [Releases](https://github.com/A-Star100/simpliplay-desktop/releases), or you can use the [Microsoft Store](https://apps.microsoft.com/detail/9NZK5K3P1T6M). On Linux, you can use the snap client to install: ```shell snap install simpliplay ``` or you can install the Flatpak/AppImage from [GitHub Releases](https://github.com/A-Star100/simpliplay-desktop/releases). On macOS, you can use [Releases](https://github.com/A-Star100/simpliplay-desktop/releases). For platforms other than Windows, macOS, and Linux; they're not in this repo. ## Development setup Read the docs ([Electron - Tutorial](https://www.electronjs.org/docs/latest/tutorial/tutorial-prerequisites), [Neutralinojs - Your First App](https://neutralino.js.org/docs/getting-started/your-first-neutralinojs-app), [NW.js - Getting Started (For Users)](https://nwjs.readthedocs.io/en/latest/For%20Users/Getting%20Started/#write-nwjs-app))