X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=8a85fb4af61fa0daf5f00caaea89b3b86fc6fab9;hb=7f1c8bb8b3ce08b94054f0a8990e5b8225d36036;hp=702f29a6445e2309b5769277a3ab0b9c94773212;hpb=93377952636717f15fd50961f6d3500861596cdc;p=movit diff --git a/README b/README index 702f29a..8a85fb4 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ OK, you need you're home free. * The [Eigen 3] and [Google Test] libraries. (The library itself depends only on the former, but you probably want to run the unit tests.) -* The [GLEW] library, for dealing with OpenGL extensions on various +* The [epoxy] library, for dealing with OpenGL extensions on various platforms. Movit has been tested with Intel GPUs with the Mesa drivers @@ -56,6 +56,7 @@ TL;DR, but I am interested in a programming example instead Assuming you have an OpenGL context already set up: + using namespace movit; EffectChain chain(1280, 720); ImageFormat inout_format;