Skip to content

ImGui package not working #467

Description

@MechSlayer

Hi, I tried to use the ImGui package following the Lab/ImGui example, but for some reason is not showing anything.
I tried using OpenGL 4.6 Core with a GLFW window.

Here is an example

//ctor
// window.View is a IWindow, and window.Input is a IInputContext
GuiController = new ImGuiController(glContext, window.View, window.Input);

//OnRender
GuiController.Update((float) deltaTime);
GlContext.Clear((uint) GLEnum.ColorBufferBit);
ImGui.ShowDemoWindow();
GuiController.Render();
Window.SwapBuffers();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions