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

initial push #1

Merged
merged 6 commits into from
Jul 24, 2023
Merged

initial push #1

merged 6 commits into from
Jul 24, 2023

Conversation

xCENTx
Copy link
Contributor

@xCENTx xCENTx commented Jul 24, 2023

HOW TO USE

Initialize the DX12_BASE class and call "InitializeWindowContext" with the target window name. User is to include their own error management at this time. That being said , the target process should not crash upon injection or exit. Overlay is rendered via PresentHook

FUTURE PLANS

  • Fix any known bugs
  • Include a console class for proper error management
  • include better method for finding windows

KNOWN BUGS

  • Resize Buffer (causes crash in target process)

xCENTx added 6 commits July 24, 2023 06:01
# DX12 Base
- included visual studio dll template project
- included MIT License for the project
- included basic github readme file

# External Libraries
- Dear ImGui
- Minhook

Both libraries are static compiled and will be included in the project. Licenses can be viewed within the libs directory. Additions to either library will be included in the main source. (i.e "ImGui::TextCentered")
Organized folder structure some

Source files will be placed in "\src"
Header files will be placed within "\includes"
include window name and compile. This was tested by injecting into an empty directX12 window.

BUGS:
- ResizeBuffers will crash
updated directory locations to use the solution directory
@xCENTx xCENTx merged commit bd1ded2 into main Jul 24, 2023
@xCENTx xCENTx deleted the initialCommit branch July 25, 2023 09:36
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

Successfully merging this pull request may close these issues.

1 participant