Bro plz help . I don't know how add imgui to my hack
@Mohammed.14712 күн бұрын
Thank you so so much skyed... I've learned a lot from this tutorial... It's the beginning... Thanks...
@skyeddev2 күн бұрын
@@Mohammed.1471 Im glad, make sure to join discord to share your creation.
@Doggo-404Ай бұрын
I love the way you say we're amazing for getting to the end. I think it's you that's amazing that got me there. Thanks man. I'm a newbie to coding and want to learn by doing. I'm keen to use ImGui and you've helped get me going. I joined for sure, hoping I can get some advice.
@skyeddevАй бұрын
@@Doggo-404 Thank you for getting to the end, its awesome people actually find the tutorials useful. When i first started the channel, I almost had no clue what I was doing, but here we are
@brennancurrier80613 күн бұрын
After a while of learning cmake on my freetime. I have successfully made a cmake script to download and set up imgui properly using glfw and Vulkan without using the example files solution. Might make a video on it
@skyeddev13 күн бұрын
@@brennancurrier806 Thats nice, Imgui being a third party library for ui you usually implement it in another project you already have made. If you want to experiment with it a bit you have the examples. Anyways, interesting, send me a message on discord
@LucBussières-j2y13 күн бұрын
Great tutorial, thank you! It would be super nice, if you could remove all background music / noise. We want to hear what you say, not distracting background music / noise.
@skyeddev13 күн бұрын
@@LucBussières-j2y yes, unfortunately sometimes i forget to set then fan speed to low in my settings
@RWLuckyLuc13 күн бұрын
@@skyeddev I didn't hear your fan. But, your background music is quite distracting for me. Thanks in advance, if you ever remove it ;-)
@skyeddev13 күн бұрын
@RWLuckyLuc Oh alright, I won't use it from now on, or at least without lyrics and lower volume
@bradfrez148929 күн бұрын
amazing tutorial Thanks
@juloupАй бұрын
Thanks a lot for this amazing tutorial
@skyeddev25 күн бұрын
Glad it was helpful!
@MrKayliАй бұрын
yoo i finally understud thanks
@skyeddevАй бұрын
@@MrKayli :)
@dlc5566Ай бұрын
Thanks
@nickhermann5858Ай бұрын
thank you
@skyeddevАй бұрын
:)
@宿傩-b2wАй бұрын
Brother, can you get a custom search box with icon?
@skyeddevАй бұрын
Thank you for the idea, will do
@lpanziАй бұрын
bro, i can all the basics imgui, how to make a custom button? or like a custom loader, custom slider etc?
@skyeddevАй бұрын
custom slider, checkbox and button videos are uploaded on my channel right before this one, check them out
@lpanziАй бұрын
@@skyeddev OHH I SEE, also how do u remove like the blue line, like you know where your title is placed right, its like a blue line there, how do u remove that.
@skyeddevАй бұрын
@@lpanzi If you talk about the titlebar, there is a window flag to remove that. ImGuiWindowFlags_NoTitleBar. Add that to the flags in ImGui::Begin after the bool* opened
@luminen_Ай бұрын
Hey bro, can you tell me how to remove the example window, and make the menu pop out? I mean for dekstop applications if that is possible?
@skyeddev25 күн бұрын
I have a video on my channel on that matter, make sure to follow it but remove the WS_EX_TRANSPARENT
@amanali6064Ай бұрын
im waiting for drewlist
@skyeddevАй бұрын
on the custom checkbox/button/slider video you have explanations
@amanali6064Ай бұрын
@skyeddev I watched it
@testesmalignosАй бұрын
for some reason i cant include the files .h d3d11 and tchar
@skyeddevАй бұрын
@@testesmalignos Make sure you have directx11 installed with the sd and dev kid, you cans earch directx sdk june 2010 or smth likd that
@4desturction_eye380Ай бұрын
more ImGui pls
@skyeddev25 күн бұрын
suggestions?
@4desturction_eye38019 күн бұрын
@@skyeddev SFML connection and online apps
@v1dzhetАй бұрын
Lets go big video
@skyeddevАй бұрын
yes, finally
@Kriciwoq19Ай бұрын
Сделай видео как из обычного имгуай меню сделать чит на кс2 к примеру с ESP
@Уввв-й7яАй бұрын
How add imgui on my hack
@skyeddevАй бұрын
include all the files and the backend then simply begin rendering it, you have examples on imgui's github for every backend