How to install Dear ImGUI on Visual Studio Code + MinGW + OpenGL3!!!

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 7

  • @CreepySenpai-sk2td
    @CreepySenpai-sk2td  Год назад +2

    You need to install:
    GLFW: www.glfw.org/
    GLEW: glew.sourceforge.net/
    ImGUI: github.com/ocornut/imgui
    And you need to use dynamic library. Using static library may cause linking error.

  • @sirhoog8321
    @sirhoog8321 6 месяцев назад

    If I'm using GLAD instead of GLEW, what do I have to change to install ImGUI with it?

  • @kaizhang6943
    @kaizhang6943 Год назад

    so excellent

  • @bennguyen1313
    @bennguyen1313 Год назад

    Instead of Visual Studio Code editor, can the free Visual Studio Community IDE be used?
    Not sure if it has a cpp compiler but, perhaps it can be made to work with MinGW? Actually, is it possible to build ImGui as a DLL and just call it from a simple c application?

  • @ultrazappa
    @ultrazappa Год назад

    64 bits work for me