Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i add more features #75

Open
alrohax opened this issue Jan 22, 2024 · 1 comment
Open

How can i add more features #75

alrohax opened this issue Jan 22, 2024 · 1 comment

Comments

@alrohax
Copy link

alrohax commented Jan 22, 2024

How can i add more features my self, such as an Auto Clicker i know how to code the auto clicker but i dont know how to implement it into the gui

@Lefraudeur
Copy link
Owner

look at Ripterms/Modules/Modules.h, try to replicate how other modules are implemented.
It's not the best structure, but basically each module is a class that overrides void renderGUI(), inside this function it can use ImGUI functions.
Then a new instance of that class is stored in the modules map, and it will be executed and displayed on the GUI.
Can't really tell more than that, it just requires c++ and ImGui knowledge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants