У нас вы можете посмотреть бесплатно How to make a super basic C++ menu/overlay using ImGui, OpenGL and Glfw (Great For Cheats) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video I deeply explain a super basic method of creating a Glfw window set up with OpenGL and ImGui for easy 2D rendering. I kept it as simple as possible. PS: If for some reason setup doesn't work try another tutorial as in this video I focused on explaining almost everything on how the stuff works ;) GLFW - https://www.glfw.org/download.html GLAD - https://glad.dav1d.de IMGUI - https://github.com/ocornut/imgui main.cpp - https://pastebin.com/BujuYbZ5 (small update) *don't be lazy :D 0:00 - Introduction / Downloading Files 2:57 - Setting Up files and project 7:21 - Explaining what Glfw, Glad, ImGui and OpenGl really are 9:55- Setting up a Glfw/OpenGL window 21:00 - Initializing ImGui 23:32 - Setting up rendering with ImGui 26:18 - Shutting down ImGui 27:00 - Pointing out my small mistake 27:08 - Testing 27:35 - Adding a checkbox for more testing 28:18 - Drawing lines on the window 31:00 - Testing/Outro #opengl #cplusplus #games #gamecheats