This library provides a generic implementation of an ESP (Extra Sensory Perception). The goal of this library is to provide a reusable foundation for creating custom ESP hacks with Dear ImGui. It includes elements such as boxes, bars, text labels, circles, lines, and flags that can be easily configured and extended.
- Fully configurable boxes, bars, lines, circles, and text labels
- Preloaded with tons of features
- Allows injection of new settings
- Allows renaming of settings
- Preloaded with menu render routines
- Customizable renderers and serializers
- Hackable through public-only structs
- And of course: Completely generic with no links to your entity structures
- Dear ImGui by ocornut