File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Welcome to Deflect, a C++ library for streaming pixels to other Deflect-based
4
4
applications, 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).
6
6
7
7
## Overview
8
8
@@ -17,7 +17,7 @@ Deflect provides the following functionality:
17
17
* Receive input events from the Server and send data to it
18
18
* Transmitted events include keyboard, mouse and multi-point touch gestures
19
19
* Compressed or uncompressed streaming
20
- * Fast multi-threaded JPEG compression ( using libjpeg-turbo)
20
+ * Fast multi-threaded JPEG (de) compression using libjpeg-turbo
21
21
22
22
DeflectQt (optional) provides the following additional functionality:
23
23
@@ -55,5 +55,5 @@ environments are tested:
55
55
* Linux: Ubuntu 16.04 and RHEL 6 (Makefile, Ninja; x64)
56
56
* Mac OS X: 10.7 - 10.10 (Makefile, Ninja; x86_64)
57
57
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 )
59
59
can 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}
3
3
4
4
## Deflect 0.14
5
5
6
- ### 0.14.0 (git master )
6
+ ### 0.14.0 (23-10-2017 )
7
7
8
8
* [ 191] ( https://github.com/BlueBrain/Deflect/pull/191 ) :
9
9
DesktopStreamer: default host and other options can be specified on the
You can’t perform that action at this time.
0 commit comments