office-gobmx/slideshow
Stephan Bergmann f09c19d94a Deprecated std::result_of has been removed from C++20
...and is no longer provided at least by VS 2019 16.6.4 when using
--with-latest-c++

Change-Id: Iac68bd4eb74a1f805d30cca49da59f35d8af4240
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99169
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-07-21 22:50:32 +02:00
..
inc/pch update pches 2020-07-12 12:20:05 +02:00
opengl
qa
source Deprecated std::result_of has been removed from C++20 2020-07-21 22:50:32 +02:00
test
util slideshow: create instances with uno constructors 2020-07-16 12:18:44 +02:00
CppunitTest_slideshow.mk
IwyuFilter_slideshow.yaml
Library_OGLTrans.mk
Library_slideshow.mk
Makefile
manifest.txt
Module_slideshow.mk
Package_opengl.mk
README

The Impress slideshow engine

== 3D transitions ==

The 3D transitions are slideshow transition engine using OpenGL and
are located in slideshow/source/engine/OGLTrans/. They were initially
written by GSOC student Shane.M.Mathews. Radek has later polished the
code a bit, added few new 3D transitions, added infrastructure for
vertex and fragment shaders. Wrote few transitions with fragment shader
too.