Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel authored Aug 1, 2023
1 parent 385d533 commit ad8828b
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,34 @@ For windows clients, the Windows VirtIO Drivers need to be installed, which can
- Resizing is not handled
- Windows guests rendering is janky and prone to crashing
- Inaccurate FPS in overlay (to-do: move timings from server to client)
- GLX implementation relies on an existing GLX installation (not all GLX functions have been implemented, this means contexts above the reported version may be created)
- GLX implementation relies on an existing GLX installation (not all GLX functions have been implemented, this means contexts above the reported version may be created)

# Showcase

<details>
<summary>Click to reveal: Running glxgears in a linux virtual machine</summary>

https://github.com/dmaivel/sharedgl/assets/38770072/0d46bf46-5693-4842-a81f-2f186c396e26

</details>

<details>
<summary>Click to reveal: Running a compute shader in a linux virtual machine</summary>

https://github.com/dmaivel/sharedgl/assets/38770072/ded179b8-23dc-491d-ba34-4108e014f296

</details>

<details>
<summary>Click to reveal: Running glxgears in a windows virtual machine</summary>

https://github.com/dmaivel/sharedgl/assets/38770072/a774db97-807e-46b9-a453-fa2ee3f4ea84

</details>

<details>
<summary>Click to reveal: Running minetest in a windows virtual machine</summary>

https://github.com/dmaivel/sharedgl/assets/38770072/f9baf738-9c41-4c8d-9090-23a1ff682a71

</details>

0 comments on commit ad8828b

Please sign in to comment.