File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Welcome to Deflect, a C++ library for streaming pixels to other Deflect-based
44applications, for example [ Tide] ( https://github.com/BlueBrain/Tide ) .
5- Deflect offers a stable API marked with version 1.6 (for the client part).
5+ Deflect offers a stable API marked with version 1.7 (for the client part).
66
77## Overview
88
@@ -17,7 +17,7 @@ Deflect provides the following functionality:
1717* Receive input events from the Server and send data to it
1818* Transmitted events include keyboard, mouse and multi-point touch gestures
1919* Compressed or uncompressed streaming
20- * Fast multi-threaded JPEG compression ( using libjpeg-turbo)
20+ * Fast multi-threaded JPEG (de) compression using libjpeg-turbo
2121
2222DeflectQt (optional) provides the following additional functionality:
2323
@@ -55,5 +55,5 @@ environments are tested:
5555* Linux: Ubuntu 16.04 and RHEL 6 (Makefile, Ninja; x64)
5656* Mac OS X: 10.7 - 10.10 (Makefile, Ninja; x86_64)
5757
58- The [ latest API documentation] ( http://bluebrain.github.io/Deflect-0.13 /index.html )
58+ The [ latest API documentation] ( http://bluebrain.github.io/Deflect-0.14 /index.html )
5959can be found on [ bluebrain.github.io] ( http://bluebrain.github.io ) .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Changelog {#Changelog}
33
44## Deflect 0.14
55
6- ### 0.14.0 (git master )
6+ ### 0.14.0 (23-10-2017 )
77
88* [ 191] ( https://github.com/BlueBrain/Deflect/pull/191 ) :
99 DesktopStreamer: default host and other options can be specified on the
You can’t perform that action at this time.
0 commit comments