ImGui + GLFW Tutorial - Install & Basics

preview_player
Показать описание
In this tutorial I will show you how to integrate the popular Dear ImGui library in your Visual Studio GLFW project. Some knowledge of OpenGL and C++ is assumed.

*ImGui Repository*

*Source Code*

*Discord Server*

*Patreon*

*Timestamps*
0:00 Introduction
0:20 Downloading & Extracting
0:50 Importing into Visual Studio
1:12 Including & Initializing
1:52 Errors
2:06 Simple Window
3:04 Checkbox
3:17 Float Slider
3:34 Color Editor
3:46 Result & Input Ignoring
4:10 Ending

*References*

#opengl #computergraphics #cpp #visualstudio #imgui #dearimgui #userinterface #gui #ui #glfw #tutorial
Рекомендации по теме
Комментарии
Автор

You packed a lot into 4 minutes. I had to pause the video many times, but it all worked out beautifully in the end! Excellent job!
1/17/23

ORagnar
Автор

To those who are getting errors early on, try to add an additional header file from the same imgui/backends folder called "imgui_impl_opengl3_loader.h" with the rest of the headers you got earlier.

austinkim
Автор

Thank you for this!! Keep tutorials like these coming; us engine devs are a dying breed lol

thehambone
Автор

Very clean and straightforward, Thanks!

salieri
Автор

All tutorials should be clean like this man, aaah i wish!

KlezHistory
Автор

great and comprehensible tutorial, I made an error and forgot the # in front of "version 330" spent like half an hour figuring that out. subscribed

MegaMorche
Автор

Amazing tutorial man! Most practically

narottams
Автор

1:29 i didnt expect you to casually say long ass function, i died lmao

prkn
Автор

I've been watching your videos a lot lately and I noticed the custom like and dislike bar you made that seems to update daily any possibility of showing us how to make that perhaps pointing us in the direction of some good resources! Thanks again for all the great videos

martin_j_ward
Автор

Very nice, I had though some hard time to keep up with the commands as they were in Fast forward. I have a question how would be possible to change the background colour on the window?

loufadoros
Автор

Nice 👍 i was looking for something like this. May I ask if you have any idea how to remove the main window of imgui. I only found a way to do it in dx9. Thanks.

pickles
Автор

This probably a stupid question but i keep getting '' can't open glad.c from source '' even though i downloaded it from github from the triangle video and added it to source files

MaxwellGauss-znyx
Автор

Great video, is it possible with ImGui to change a color of text and a couple of secs later change it back like a flicker effect without using sleep() or chrono because that messing with things

stonemclaren
Автор

Hi victor, can you do a tutorial on rendering multiple viewports using imgui

Sparrowhawk-zk
Автор

One thing I'd like to say is that I got an error without also extracting the file "imgui_impl_opengl3_loader.h" into the Header Files / ImGui filter of the project. (and the ImGui project folder)

cyrusparvereshi
Автор

mine just says cannot open source file

jeezlaqueez
Автор

Is Dear imgui different from imgui or are they the same thing ?

openroomxyz
Автор

could you make a tutorial on Opengl render to texture i want my opengl view in a imgui widget with the imgui docking system

SkyPoly
Автор

Those following in later years, use version 1.82 from the releases tab (page 3 as of posting). Functions change over the years xD

Eggnog
Автор

where did you get the source code ik its in the description but idk how to get the main.cpp like you had open plz help

Joeonthetues