Skip to content

Commit 667548c

Browse files
committed
Move comment about networking
1 parent 2e7bcbf commit 667548c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# SharedGL ![license](https://img.shields.io/badge/license-MIT-blue)
44

5-
SharedGL is an OpenGL 4.6 implementation that enables 3D acceleration for Windows and Linux guests within QEMU/KVM by streaming OpenGL commands over shared memory or sockets. *(The network feature isn't bound to QEMU, allowing users to stream OpenGL over LAN!)*
5+
SharedGL is an OpenGL 4.6 implementation that enables 3D acceleration for Windows and Linux guests within QEMU/KVM by streaming OpenGL commands over shared memory or sockets.
66

77
<details open>
88
<summary>Click to hide: Preview</summary>
@@ -221,11 +221,13 @@ make
221221
222222
# Networking
223223
224-
No drivers are required for the network feature, meaning if you wish to have a driverless experience in your virtual machine, networking is the given alternative. If the networking feature is used exclusively, the kernel drivers do not need be compiled/installed. However, installation of the ICD for either Linux or Windows is still required.
224+
No drivers are required for the network feature, meaning if you wish to have a driverless experience in your virtual machine, networking is the given alternative. If the networking feature is used exclusively, the kernel drivers do not need be compiled or installed. However, installation of the ICD for either Linux or Windows is still required.
225225
- Start the server using `-n` (and provide a port if the default is not available through `-p PORT`)
226226
- Ensure the ICD is installed
227227
- Ensure that the environment variable `SGL_NETWORK_ENDPOINT=ADDRESS:PORT` exists in the guest (`ADDRESS` being the host's IP address)
228228
229+
The networking feature is not restricted to only virtual machines.
230+
229231
# Known issues
230232
- **Linux clients:** New GLX FB configs may cause applications using `freeglut` or `glad` to no longer run (only tested on Linux clients).
231233

0 commit comments

Comments
 (0)