-
Notifications
You must be signed in to change notification settings - Fork 30
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
Is it still being updated and maintained? #220
Comments
Yes, as you can surely see yourself by briefly checking out the issue tracker. Updates are not super frequent because the library is stable enough, has an API surface sufficient to cover its use case, and is itself relying upon stable technology; but PRs are reviewed, issues are being responded to and bugs are being fixed. |
Thank you for your answer. I tried to use the latest API of Windows and got an error. I tried many methods but did not get a solution. Finally, I wish you a happy life. |
Feel free to submit your error as an issue! I'd gladly help out, and doing that improves the library for everyone else. |
Thank you for your answer I plan to use eGUI as a drawing framework to draw some boxes on it, but it is not transparent and the mouse cannot penetrate it. I would like to ask you if you can write an eGUI example. I will be grateful to you. |
Unfortunately I can't help you with that. This project currently only has a dear imgui backend. But even if it did have an egui backend, the time I can dedicate to open source maintenance is already stretched thin as it is, and the tasks are many; writing random, unrelated example code which you can find in other libraries already is not a good investment of it. For our current dear imgui backend, there are complete examples in the documentation and you can check out the source code of the Dark Souls III and Elden Ring practice tools which use If you have found bugs and issues with
Sure! First of all, I definitely encourage you to experiment by yourself so you can better understand both Rust, and the techniques you are intending to use. Reverse engineering and graphics programming are hard disciplines that require a lot of study and there are no shortcuts, and so is Rust as a language. The good news is that anyone can do it if they are willing to put in the effort and the material out there is plenty. The general process that If you (understandably) don't want to deal with all that, |
Thanks for the answer. I will continue to study and now I will sleep. Good night, my friend. |
No description provided.
The text was updated successfully, but these errors were encountered: