From 275c4c7bb64ded7ce9ec57c366f3707d95675bb5 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 28 Jun 2022 12:16:34 -0500 Subject: [PATCH] Bumped the years on all the remoting frameworks since most of them appear to still be maintained --- Useful-Extensions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 9bf9837..be8aa3e 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -193,20 +193,20 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). # Remoting -**netImGui: Dear ImGui remote access library and application** (2020-2021) +**netImGui: Dear ImGui remote access library and application** (2020-2022)
[github/sammyfreg/netImgui](https://github.com/sammyfreg/netImgui) -
+ **UnrealNetImgui**: Unreal Engine 4's support of NetImgui. (2020-2021) +
+ **UnrealNetImgui**: Unreal Engine 4's support of NetImgui. (2020-2022)
[https://github.com/sammyfreg/UnrealNetImgui](https://github.com/sammyfreg/UnrealNetImgui)
![](https://user-images.githubusercontent.com/1193295/103900082-acbace80-50f7-11eb-824e-c28623b1d6c3.png) -**imgui-ws**: Dear ImGui over WebSockets (2019-2020) +**imgui-ws**: Dear ImGui over WebSockets (2019-2022)
[github/ggerganov/imgui-ws](https://github.com/ggerganov/imgui-ws)
![](https://user-images.githubusercontent.com/1193295/103754230-62105800-500c-11eb-9540-8dc7b6ad59c9.png) -**RemoteImGui**: send vertices over the network (2014-2019) +**RemoteImGui**: send vertices over the network (2014-2022)
[github/JordiRos/remoteimgui](https://github.com/JordiRos/remoteimgui) -**AndroidAppViewer**: Android GLES3 stub with RemoteImGui (2018) +**AndroidAppViewer**: Android GLES3 stub with RemoteImGui (2018-2019)
[github/CedricGuillemet/AndroidAppViewer](https://github.com/CedricGuillemet/AndroidAppViewer)
![](https://user-images.githubusercontent.com/1193295/96888707-31e20000-1486-11eb-8c2d-05bfe12998a1.png)