I want to debug packets for Minecraft Beta 1.7.3 with ImGui, and also benefit from the hex dump view in this app and etc.
We already have packet code written in C++ here:
https://github.com/OfficialPixelBrush/BetrockPlusPlus/blob/main/src/bpp_shared/networking/packets.h
But I would like to know how to integrate it, or if its too different and it should be a separate app instead.
I want to debug packets for Minecraft Beta 1.7.3 with ImGui, and also benefit from the hex dump view in this app and etc.
We already have packet code written in C++ here:
https://github.com/OfficialPixelBrush/BetrockPlusPlus/blob/main/src/bpp_shared/networking/packets.h
But I would like to know how to integrate it, or if its too different and it should be a separate app instead.