Coder Social home page Coder Social logo

asdlei99 / yuvplayer112 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lmshao/yuvplayer

0.0 1.0 0.0 13.62 MB

A cross-platform YUV player based on wxWidgets & SDL2. It can run on Windows, macOS or Linux.

License: MIT License

C++ 73.46% C 23.07% Objective-C 3.27% CMake 0.20%

yuvplayer112's Introduction

YUVPlayer

A cross-platform YUV player based on wxWidgets & SDL2.
It can run on Windows, macOS or Linux.

screenshot

Third-party dependent libraries

Name Version
SDL 2.26
wxWidgets 3.2.1

Compilation Introduction

Windows

Download wxWidgets-3.2.1.zip from https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.1.

Decompress the package and open wxWidgets-3.2.1\build\msw\wx_vc17.sln with VS2022.

Compile Debug|x64 & Release|x64, then move all generated files in wxWidgets-3.2.1\lib\vc_x64_lib\ to YUVPlayer\wxWidgets\lib\vc_x64_lib\.

Linux/Ubuntu

download & compile SDL

# tarball: https://github.com/libsdl-org/SDL/releases/tag/release-2.26.1

git clone https://github.com/libsdl-org/SDL.git
git checkout release-2.26.1
mkdir build && cd build
cmake ..
make install

or

sudo apt install libsdl2-dev

download & compile wxWidgets

sudo apt install pkg-config libgtk2.0-dev libwxgtk3.0-gtk3-dev
sudo apt install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev

and

# tarball: https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.1

git clone https://github.com/wxWidgets/wxWidgets.git
git checkout v3.2.1
./configure --disable-shared
make
make install

yuvplayer112's People

Contributors

lmshao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.