Home

Awesome

COD7-Tools

In-Game tool set featuring:

Dependencies

VcPkg is used for all dependencies, it's awesome so I use it whenever I can.

Planned features

Screenshots

These images showcase the current state of the tool such as the FPS counter and graph

Code features

Just about everything that isn't dllmain.cpp can be reused or packaged as a standalone library for your own projects.

Sidenotes

Some features are still in progress, but I have a lot planned for this project and hope to take it in a direction that allows people to have fun with different games, better understand how they work, and easily extend the existing features for their own games. ImGui looks great and is easy to use, however it feels a little lazy to me to use something so "large" as a base for my own project. It makes my own code feel small in comparison. I have already started work on a GUI library of my own, but implementing a good looking, easy to use, high performance, customizable, and small (in terms of LoC) GUI Library is a time consuming and difficult task. I hope in the future to be able to write a tactile GUI library that is as good if not better than ImGui (at least in terms of looks) that does something unique and feels good while both writing it and using it.

Thanks for checking out my project, I hope you enjoy looking through it!