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

Write a coobook #161

Open
veeenu opened this issue Mar 2, 2024 · 0 comments
Open

Write a coobook #161

veeenu opened this issue Mar 2, 2024 · 0 comments
Labels
cookbook documentation Improvements or additions to documentation

Comments

@veeenu
Copy link
Owner

veeenu commented Mar 2, 2024

There are some common recipes that might not apply to all games and probably shouldn't be made first class citizens in hudhook, but which are interesting to keep track of and save a solution for nonetheless. We should write a cookbook with these recipes in hudbook.

I created the cookbook label to track this on issues going forward. Currently, two issues that could go in there are:

  • Add a way to check backend at runtime #63
    The proposed solution is pretty simple but can vary from use case to use case and it would be hard to find a solution that's fully universal.
  • DX9 ImGui unresponsive #137
    We have figured out that the target game of this use case is just doing whatever the hell it wants with windows messages, and effectively no mouse position that's different from (100, 100) is ever reported anywhere through the normal channels. For this reason, this case needs a solution that hooks other APIs to figure out mouse position. Currently the ImguiRenderLoop facilities allow for that to happen in-band, due to the new on_window_proc and before_render trait methods.
@veeenu veeenu added documentation Improvements or additions to documentation cookbook labels Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cookbook documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant