x1nixmzeng

Results 18 comments of x1nixmzeng

I have to agree with @Fisherman166 and argue that a fresh project would take a lot of upfront effort. In retrospect there are always going to be better system designs...

Bit of a bump. As the project stands - is it feasible to investigate an alternative to direct code execution? Specifically, would it be worth looking at CPU emulation (when...

Scary how old this issue is. Should be trivial to add now.

I'm interested in working on this - leave a comment if you have made a start please!

I have got a bit stuck reversing the `XEX_HEADER_DELTA_PATCH_DESCRIPTION` structure - which actually contains the patch instructions. Annoyingly `xextool` supports generating patched xex files but decided to do some packing...

Bumping for interest. My usage is a row of several buttons I want to show on the debug window at all times: ```cpp if (ImGui::Button("Button 1")) { ... } ImGui::SameLine();...

I have the same issue. My OBJ models are exported from Blender triangulated - the else statement here is the issue - the tri count is actually an offset when...

If it helps anyone else, for OBJ model loaded I ended up using this single file library to load OBJ models into raylib: https://github.com/Not-Nik/rlobj Not sure the author would agree...