Difference between revisions of "Main Page"
(demo edits) |
|||
(29 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Layout_box1|1= | {{Layout_box1|1= | ||
− | This is the homepage for the Theora Playback Library (libtheoraplayer). | + | This is the homepage for the '''Theora Playback Library (libtheoraplayer)'''. |
− | You can use this library to stream any number of [http://www.theora.org/ | + | You can use this library to stream any number of [http://www.theora.org/ Theora] video files in your application. |
The library has an abstracted audio and video interface so you can use it in any environment you wish (OpenGL, DirectX, SDL, Windows GDI, X11...) | The library has an abstracted audio and video interface so you can use it in any environment you wish (OpenGL, DirectX, SDL, Windows GDI, X11...) | ||
− | It runs equally good on Windows Mac | + | It runs equally good on Windows Mac Linux, iOS, Android etc. The library also supports native platform decoders where applicable for performance reasons, eg. H.264 on iOS and Mac. |
− | Bug reports and features requests are welcome. Please spread word of this project! | + | Bug reports and features requests are welcome. Please spread the word of this project! |
}} | }} | ||
{| align="center" | {| align="center" | ||
− | |'''[http:// | + | |'''[http://libtheoraplayer.wordpress.com News]''' [http://libtheoraplayer.wordpress.com/?feed=rss (RSS)] |
| | | | ||
− | |'''[ | + | |'''[https://sourceforge.net/p/libtheoraplayer/forum/ Forum]''' |
| | | | ||
− | |'''[http://libtheoraplayer. | + | |'''[http://libtheoraplayer.cateia.com/api/index.html API]''' |
| | | | ||
− | | | + | |[[Showcase]] |
| | | | ||
− | |'''[ | + | |'''[https://github.com/AprilAndFriends/theoraplayer Browse Code]''' |
+ | | | ||
+ | |'''[https://github.com/AprilAndFriends/theoraplayer/issues Tracker]''' | ||
|- | |- | ||
|} | |} | ||
Line 35: | Line 37: | ||
* [[Setup]] - How to setup the library and compile dependencies | * [[Setup]] - How to setup the library and compile dependencies | ||
* [[Tutorial]] - A Hello World example | * [[Tutorial]] - A Hello World example | ||
+ | * [[Best Practices]] - Best practices while using the library | ||
+ | * [[Codecs]] - Read about all the codecs this library supports | ||
+ | * [[Encoding Videos]] - How to convert your videos in a format supported by the library | ||
* [http://libtheoraplayer.sourceforge.net/api/html/index.html API Reference] - doxygen generated api documentation | * [http://libtheoraplayer.sourceforge.net/api/html/index.html API Reference] - doxygen generated api documentation | ||
* [[Reporting Bugs]] - They're not bugs, they're features :) But for the fun of it, lets point them out. | * [[Reporting Bugs]] - They're not bugs, they're features :) But for the fun of it, lets point them out. | ||
+ | * [[Licensing]] - Library licensing guidelines | ||
}} | }} | ||
Line 45: | Line 51: | ||
* [[Demo:AV Player|A/V Player]] - Audio playback via OpenAL | * [[Demo:AV Player|A/V Player]] - Audio playback via OpenAL | ||
* [[Demo:Multiple Videos|Multiple Videos]] - Decoding multiple videos at the same times using one or multiple worker threads | * [[Demo:Multiple Videos|Multiple Videos]] - Decoding multiple videos at the same times using one or multiple worker threads | ||
+ | * [[Demo:Seek Test|Seek Test]] - A unit test designed to test seeking accuracy | ||
* [[Demo:Sprite Animation|Sprite Animation]] - Use this library to do hi-res sprite animation with lots of frames | * [[Demo:Sprite Animation|Sprite Animation]] - Use this library to do hi-res sprite animation with lots of frames | ||
+ | * [[Demo:Composite_Animation|Composite Animation]] - Display high quality animated scenes with video elements | ||
+ | * [[Demo:Environment_Mapping|Environment Mapping]] - Use video as an animated environment map texture | ||
+ | * [[Demo:Parallax_Mapping|Parallax Mapping]] - Animate normal and parallax maps for 3D objects | ||
* [[Demo:TV Room|TV Room]] - A cool demo showing what you can do with this library | * [[Demo:TV Room|TV Room]] - A cool demo showing what you can do with this library | ||
+ | * [[Demo:Lightmap_Demo|Light Mapping]] - Use video in ways you never thought was possible! | ||
+ | * [[Demo:Animated_Lighting|Animated Lighting]] - Transfer complex lighting in your animated 3D scene to a video file. | ||
}} | }} | ||
Line 53: | Line 65: | ||
{{Layout_box4|1= | {{Layout_box4|1= | ||
=== Developers === | === Developers === | ||
− | * [[Roadmap]] - What's left to do for the next release | + | * [[Roadmap]] - What's left to do for the next major release |
− | * [[Compiling Instructions]] - Here you can find detail instruction how to compile the | + | * [[Compiling Instructions]] - Here you can find detail instruction how to compile the library |
* [[Contribute]] - How to contribute / Join the project | * [[Contribute]] - How to contribute / Join the project | ||
+ | * [[Coding Guidelines]] - The current coding style used | ||
}} | }} | ||
{{Layout_box3|1= | {{Layout_box3|1= | ||
[[Image:Old book.png|right]] | [[Image:Old book.png|right]] | ||
=== Articles === | === Articles === | ||
− | * [[ | + | * [[Cotributors]] - A bit about the people working on this lib |
− | * [[ | + | * [[About]] - Short information about the project |
+ | * [[Showcase]] - List of projects using this library | ||
* [[How it works]] - How the library works | * [[How it works]] - How the library works | ||
+ | }} | ||
+ | {{Layout_box2|1= | ||
+ | [[Image:Cateia_Games.png|right]] | ||
+ | === Cateia Games === | ||
+ | This is my game development company, follow us to keep up2date with our TheoraPlayer-rich games! | ||
+ | |||
+ | [[Image:website.png|link=http://www.cateia.com]] | ||
+ | [[Image:facebook.png|link=http://www.facebook.com/cateiagames]] | ||
+ | [[Image:twitter.png|link=http://www.twitter.com/CateiaGames]] | ||
+ | [[Image:googleplus.png|link=http://plus.google.com/b/106192043208739666430]] | ||
}} | }} | ||
|} | |} |
Latest revision as of 14:53, 6 August 2015
This is the homepage for the Theora Playback Library (libtheoraplayer).
You can use this library to stream any number of Theora video files in your application.
The library has an abstracted audio and video interface so you can use it in any environment you wish (OpenGL, DirectX, SDL, Windows GDI, X11...)
It runs equally good on Windows Mac Linux, iOS, Android etc. The library also supports native platform decoders where applicable for performance reasons, eg. H.264 on iOS and Mac.
Bug reports and features requests are welcome. Please spread the word of this project!
News (RSS) | Forum | API | Showcase | Browse Code | Tracker |
Using
Demos
|
Developers
Articles
|