diff --git a/README.md b/README.md index a34e401..e72ec49 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # 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) -- `Plugins/CogInterfaces` - Interfaces usually implemented by actors to inspect them +- `Plugins/CogInterface` - Interfaces usually implemented by actors to inspect them - `Plugins/CogDebug` - Debug functionalities - `Plugins/CogWindow` - Debug Window management - `Plugins/CogEngine` - Debug Windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)