Update README.md

This commit is contained in:
Arnaud Jamin
2023-10-16 14:04:48 -04:00
committed by GitHub
parent 170869648c
commit a67ab431d0
+7 -6
View File
@@ -3,13 +3,14 @@ Cog is a set of debug tools for Unreal Engine built on top of [Dear ImGui](https
![Cog](https://github.com/arnaud-jamin/Cog/assets/13844285/21659aea-2cd8-4ef6-b3b0-5795f5f3246b)
This [Video](https://www.youtube.com/watch?v=ea5hz3cFcMM) showcase most of the tools in Cog.
- [Video](https://www.youtube.com/watch?v=ea5hz3cFcMM)
- [Sample Executable](https://drive.google.com/file/d/1T7jQFoZ5rd6goBtDH-FCbjn6Kr1RzUCE/view?usp=sharing) (300 MB)
- Cog provides:
- ImGui windows to inspect and configure various Unreal features (Enhanced Inputs, Gameplay Abilities, Core Engine)
- Window mangement with persistent configuration and layouts.
- C++ and Blueprint functions to log and debug draw within Log Categories.
- Control over the server regarding debug draw, logging, spawning, cheats.
Cog provides:
- ImGui windows to inspect and configure various Unreal features (Enhanced Inputs, Gameplay Abilities, Core Engine)
- Window mangement with persistent configuration and layouts.
- C++ and Blueprint functions to log and debug draw within Log Categories.
- Control over the server regarding debug draw, logging, spawning, cheats.
## Windows