Giter Site home page Giter Site logo

shiv50084 / motion-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zsbzsb/motion

0.0 0.0 0.0 115 KB

Complete video and audio player for SFML

Home Page: http://zbrown.net/projects/motion

License: Other

CMake 8.80% C++ 56.89% C 7.60% C# 26.71%

motion-2's Introduction

Motion Project

License

This software is provided 'as-is' without any express or implied warranty. Read the full license agreement in "license.txt".

Author

Motion was created by Zachariah Brown (zsbzsb). Motion is written in C++ with duel C style functions so that it can be utilized by C++ or CLR/CLI programs. It provides an easy way to add video or audio playback to any SFML program. FFMPEG is used for decoding the files and then the data played back using SFML.

Examples

Check the included example folders for a quick code example to get up and running. Remember MotionNET depends on Motion while the Motion project can be used independently of MotionNET.

Linking

When using MotionNET ensure that SFML is compiled dynamically and CSFML is linked to the dynamic version of SFML. Also ensure that you do not link to static std libs. Failure to link everything dynamically will cause issues.

Custom Backends

As of the latest version there is not support for custom backends other than SFML. To implement your own video or audio backend inherit from one of the playback base classes and override the required functions.

Dependencies

  • SFML (latest master or 2.5+)
  • FFMPEG
  • Motion (only required for MotionNET)
  • CSFML

motion-2's People

Contributors

atomcrafty avatar eclipsegamingsystems avatar zsbzsb 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.