TheoraPlay is a simple library to make decoding of Ogg Theora videos
easier.
A tiny example to pull data out of an .ogv file is about 50 lines of C
code, and a complete SDL-based media player is about 300 lines of code.
TheoraPlay is optimized for multicore CPUs, and is designed to be
programmer-friendly. You will need libogg, libvorbis, and libtheora, of
course, but then you just drop a .c file and two headers into your
project and you're ready to hook up video decoding, without worrying
about Ogg pages, Vorbis blocks, or Theora decoder state.
Places TheoraPlay can be found in use:
- Shank.
- Crypt of the Necrodancer.
- 20XX.
- FNA.
From Thomas Frohwein.
ok sthen@
This is Theorafile, a library for quickly and easily decoding Ogg Theora videos.
Theorafile is released under the zlib license. See LICENSE for details.
Theorafile was written to be used for FNA's VideoPlayer. This library is
accessed via Theorafile#.
From Thomas Frohwein.
ok sthen@
base-gcc seems to be enough to build on arm, ports-gcc might be a better
choice given the amount of warnings such as:
warning: ignoring alignment for stack allocated 'hbuf'
You should use multimedia/streamlink instead, as it is the maintained fork
of livestreamer. Livestreamer-curses only ever worked with livestreamer, so
it is no longer useful.
ok kirby@ tb@
Open Asset Import Library (short name: Assimp) is a portable Open Source
library to import various well-known 3D model formats in a uniform
manner. The most recent version also knows how to export 3d files and is
therefore suitable as a general-purpose 3D model converter.
Assimp aims to provide a full asset conversion pipeline for use in game
engines / realtime rendering systems of any kind, but it is not limited
to this purpose. In the past, it has been used in a wide range of
applications.
ok bcallah@ (who also took maintainership)