Home Forums GAMES102 几何建模与处理 这套框架有没有log功能

Viewing 2 reply threads
  • Author
    Posts
    • #7215 Score: 0
      tk100p
      Participant

      请问这套框架有没有log功能,在做作业1的最小二乘法时想知道优化后的结果,方便调试

    • #7226 Score: 0
      小铁匠
      Participant

      在imgui_demo.cpp中提供了一种widget可以用来显示log,该widget的名称是ExampleAppLog,原github链接为https://github.com/ocornut/imgui/issues/300,可以把ExampleAppLog这个结构体拷贝到CanvasSystem.cpp当中,使用类似于imgui_demo.cpp中对于该类型的使用方法,可以输出如附件图所示的log信息。

      Attachments:
      You must be logged in to view attached files.
    • #7229 Score: 0
      Ubpa
      Keymaster

      框架支持 spdlog
      如 spdlog::info(“hello world!”);

Viewing 2 reply threads
  • You must be logged in to reply to this topic.