From 16062e5bde46489e650a68bd0763d8285bcbe9f2 Mon Sep 17 00:00:00 2001 From: Sammy Fatnassi Date: Mon, 9 Aug 2021 20:16:35 +0900 Subject: [PATCH] Dev (#19) * Version increment * Fix some build issues * Fixed issue with uploaded texture with sameid * Fixed Dear ImGui index 32 support -Fixed some warnings. -Proper handling of large vertices amount (when ImGui in 16bits indices) -Proper handling of large vertices amount (when ImGui in 32bits indices) -Samples to test both 16bits / 32bits indices mode Note: NetImgui Server application always uses 32bits indices now, but can connect application using either * Fixed issue with Server characters input. Increased size allowed for Client Name * Version numbering increase for new release * Documentation update * Documentation update * Doc update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ab42d6..21c8190 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ The NetImgui Server application currently compiles under Windows, but few change Related projects making use of **NetImgui**. - **[Unreal NetImgui](https://github.com/sammyfreg/UnrealNetImgui "UnrealNetImgui")** : Unreal4 plugin also adding access to **Dear ImGui** and **NetImgui**. Unlike the next plugin, it is a basic and simple implementation with only remote access possible (no ImGui drawing over the game). - **[Unreal ImGui](https://github.com/segross/UnrealImGui/ "UnrealImGui") :** Unreal4 Plugin adding **Dear ImGui** support and allowing to display ImGui content over a game or editor. The **net_imgui** branch of this repository contains an integration of the **NetImgui** library for remote access and is ready to go. +- **[Unreal NetImgui](https://github.com/sammyfreg/UnrealNetImgui "UnrealNetImgui")** : Unreal4 plugin also adding access to **Dear ImGui** and **NetImgui**. Unlike the previous plugin, it is a simple implementation with only remote access possible (no ImGui drawing over the game). +- **Unreal** developpers with their **Dear ImGui** integration, **[Unreal NetImgui](https://github.com/sammyfreg/UnrealNetImgui "UnrealNetImgui")** has support for an **Imgui Unreal Commands window** that can be of interest. The code can easily be impported in your own codebase, with no dependency to **Unreal NetImgui** proper. +![NetImgui](https://raw.githubusercontent.com/wiki/sammyfreg/netImgui/Web/img/UnrealCommandsFull.gif) # Release notes ### To do