leavittx / Cinder-Hap2

Hap movie player for Cinder glNext (Mac and Windows).

Home Page:http://vdmx.vidvox.net/blog/hap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cinder-Hap

CinderHap enables the Hap codec on Cinder.

Hap is an open source video codec for fast decompression on modern graphics hardware. Usually when a movie is being played, the CPU has to decompress every frame before passing them to the graphics card (GPU). Hap passes the compressed frames to the GPU, who does all the decompression, saving your precious CPU from this work.

Hap was developed by Tom Butterworth and commissioned by Vidvox.

For general information about Hap, read the the Hap announcement.

For technical information about Hap, see the Hap project.

The Hap codec is developed for Mac OSX only, but a Windows version is in the works.

Open-Source

This code is released under the Modified BSD License, same as Cinder.

This project was originally written by Roger Sodr�, 2013.

Rewrite for latest cinder version, and windows port by Eric Renaud-Houde, MPC NY, 2014.

About

Hap movie player for Cinder glNext (Mac and Windows).

http://vdmx.vidvox.net/blog/hap


Languages

Language:C++ 52.0%Language:C 35.4%Language:GLSL 12.6%