Skip to content
forked from tsl0922/ImPlay

A Cross-Platform Desktop Media Player

License

Notifications You must be signed in to change notification settings

k-poppe/ImPlayTest

 
 

Repository files navigation

ImPlay

ImPlay is a Cross-Platform Desktop Media Player, built on top of mpv and ImGui.

ImPlay aims to be mpv compatible, which means almost all mpv features from the manual are (or will be) available.

Features

  • Highly compatible with mpv
  • Graphical User Interface
    • Context Menu with most commonly used commands
    • Command Palette to quickly search commands and keys
    • Open Dialog for Media Files / Folders
    • Open URL / Path from Clipboard
    • Open DVD / Blu-ray Folder and ISO Image
    • Playlist Editing: Add, Clear, Shuffle
    • Shadow and Rounding effect for Interface
  • Scripting Developer Friendly
    • Visual view of mpv's internal properties
    • Console with completion, history support
    • Colorful mpv logs view with filter support
  • Cross platform: Window, Linux, macOS

Installation

  • Binary version: download from the Releases page
  • Build from source, reference: build workflow

Screenshots

Context Menu

screenshot

Command Palette

screenshot

Metrics & Debug

screenshot

Credits

ImPlay uses the following libraries, thanks to their authors and contributors.

  • mpv: Command line video player
  • imgui: Bloat-free Graphical User interface for C++ with minimal dependencies
  • glfw: an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop
  • fmt: A modern formatting library
  • json: JSON for Modern C++
  • inipp: Simple C++ ini parser
  • libromfs: Simple library for embedding static resources into C++ binaries using CMake
  • nativefiledialog: Cross platform (Windows, Mac, Linux) native file dialog library

License

GPLv2.

About

A Cross-Platform Desktop Media Player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • CMake 6.9%