OpenGL mathematical function graph renderer

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Made on OpenGL 4.5 Core, using GLFW, GLAD, GLM, ImGui and MuParser (for parsing and evaluation of mathematical expressions).
    Source code: github.com/kvb...

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

  • @zinahe
    @zinahe 2 года назад

    Thanks for sharing. The floating control windows are really awesome! Are you using a library to create them ?

    • @kvbc5425
      @kvbc5425  2 года назад

      I'm only using ImGui to render them and as for now they are hard-coded into the main loop.
      Although I'm working on a namespace, which will contain function overloads for each one of my C++ classes.
      Those functions will print the current class data inside the ImGui window.
      And if it's an derived class - their base class will automatically be printed.
      All of that in a Tree strecture using ImGui::TreeNode().
      Sorry for my scuffed english, no words can explain it as well as the source code

  • @bowlofsoop7823
    @bowlofsoop7823 2 года назад

    bing chilling