mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 22:58:45 +00:00
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
# Cog
|
# Cog
|
||||||
Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com/ocornut/imgui)
|
Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com/ocornut/imgui)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
- `Plugins/CogImGui` - A simple wrapper of Imgui for Unreal, inspired by [UnrealImGui](https://github.com/segross/UnrealImGui)
|
- `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/CogDebug` - Debug functionalities
|
||||||
- `Plugins/CogWindow` - Debug Window management
|
- `Plugins/CogWindow` - Debug Window management
|
||||||
- `Plugins/CogEngine` - Debug Windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)
|
- `Plugins/CogEngine` - Debug Windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user