HELP! Guide to installing ImGui library?

Hello, first time using ImGui :slight_smile:

Anyways, I have Googled and looked through on the READMEs, but cannot seem to find how to install and use the ImGui library on Visual Studio 2017. Is there any guide? Or do I have to simply place those source files/header files in my Project’s File Explorer location?

Appreciate any guide. Danke!

Yes, you can do that.
The readme says “Dear ImGui is self-contained within a few files that you can easily copy and compile into your application/engine:”.

Thank you. I got some errors while compiling, hence I thought it was going to be more complicated than that. Will try it again :slight_smile: