Skip to content

overlay implementation using ImGui with Vulkan for Android

Notifications You must be signed in to change notification settings

CrackerCat/ImGuiAndroidVulkanHook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WIP : ImGui Android Vulkan Hook

This project demonstrates an overlay implementation using ImGui with Vulkan for Android applications. It includes function hooks to inject a custom graphical menu and intercept touch events. Designed for educational and experimental purposes only.

Features

  • Vulkan-based rendering for ImGui overlays.
  • Hooking Vulkan functions (vkQueueSubmit, vkCreateSwapchainKHR) to integrate ImGui.
  • Customizable mod menu example with touch event handling.
  • Android Native Window support.

Requirements

About

overlay implementation using ImGui with Vulkan for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.5%
  • C 9.5%