Hey nice video, maybe next tutorial could be: - How to create custom slider, button, checkbox styles. For example on some GUIs there is the Apple checkbox from iPhone. - How to curve the GUI externally. It's an advanced thing to do from what I heard, apparently it comes with the same difficulty as blurring/ making the GUI translucent to not just 1 window, but the whole computer if you understand what I mean.
@skyeddev4 ай бұрын
@@W1sley There isnt really a tutorial to be made on custom sliders and checkboxes, you can find the definition of ImGui::Checkbox, see how it's made and remake it as you wish, you need to have a decent level in coding to do that. I could showcase 1 or 2 different checkboxes made by me and give you the code for it in the description, but I couldn't call that a tutorial.
@W1sley4 ай бұрын
@@skyeddev that would be a great help, yes please
@cobracapital_4 ай бұрын
finally :)
@LeftMta3 ай бұрын
I'm having problems with "g_pd3dDevice" here below is the error if you can help Severity Code Description Project File Line Suppression Status Details Error (active) E0020 identifier "g_pd3dDevice" is not defined MTASAImGuiMenu D:\Engine Cheat\MTASAImGuiMenu\menu\menu.cpp 993
@SleepyPhantomPVP21 күн бұрын
add this at the top of your code: ``` ID3D11Device* g_pd3dDevice = nullptr; ID3D11DeviceContext* g_pd3dDeviceContext = nullptr; IDXGISwapChain* g_pSwapChain = nullptr; ```
@amanali60643 ай бұрын
This what's I want :]
@Iplaycodbter4 ай бұрын
'stbi_load_from_memory(image_data,' is underlined? only that i am trying to use dirextx 9
@skyeddev4 ай бұрын
@@Iplaycodbter if its underlined in green is probably alright but since you are using dx9 things are definetly changed. Ill do a tutorial soon on dx9 as well
@Iplaycodbter4 ай бұрын
@@skyeddev was red not green but thanks great videos
@MusicS737384 ай бұрын
Next video Remove CMD window and add image background custom , example Figma or Canvas image
@skyeddev4 ай бұрын
@@MusicS73738 To hide the command prompt is very easy and doesnt require a video, I will help you if you join my discord. About the background, i made a video already to upload image, you can use that untill I will upload a video on that topic specific
@MusicS737384 ай бұрын
@@skyeddev ok ok thanks
@lucidboy9436Ай бұрын
pls make playlist on database IMGUI
@pikachuuuuu023 ай бұрын
where is the code and stb_image.h file?
@skyeddev3 ай бұрын
@@pikachuuuuu02 forgot to put the link sorry, the stb image you can search on github. The code i will upload tomorrow