This commit is contained in:
Arnaud Jamin
2023-10-03 12:05:08 -04:00
+4 -1
View File
@@ -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, ...)