Skip to content

Commit

Permalink
Dev (#19)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sammyfreg committed Aug 9, 2021
1 parent a9c6d86 commit 16062e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16062e5

Please sign in to comment.