From 25932abe6027b4969f7e465fa3b26c810b151362 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Tue, 3 Oct 2023 01:12:39 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72945ad..e72ec49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Cog Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com/ocornut/imgui) +![image](https://github.com/arnaud-jamin/Cog/assets/13844285/73164e2d-776e-4a59-ac0f-1afb84fe9166) + + ## Project Structure - `Plugins/CogImGui` - A simple wrapper of Imgui for Unreal, inspired by [UnrealImGui](https://github.com/segross/UnrealImGui)