Skip to content

TheoraPlay# - C# Wrapper for TheoraPlay

Notifications You must be signed in to change notification settings

muchitto/TheoraPlay-CS

 
 

Repository files navigation

This is TheoraPlay#, a C# wrapper for TheoraPlay, a library for quickly and
easily decoding Ogg Theora videos.

License
-------
TheoraPlay and TheoraPlay# are released under the zlib license. See the
licenses/ folder for details.

About TheoraPlay
----------------
For more information about TheoraPlay, visit the website:

http://icculus.org/projects/theoraplay/

About TheoraPlay#
-----------------
TheoraPlay# was written to be used for FNA's VideoPlayer. We wrap this around
TheoraPlay compiled as a shared library. The build environment for the native
library has been prepared in TheoraPlay/ as a CMake project.

Building TheoraPlay
-------------------
To build, you will need CMake as well as libogg, libvorbis and libtheora.

 cd TheoraPlay
 mkdir build
 cd build
 cmake ..
 make

Building TheoraPlay#
--------------------
Just type `make` in the root directory!

About

TheoraPlay# - C# Wrapper for TheoraPlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.4%
  • C# 17.0%
  • CMake 2.0%
  • Makefile 0.6%