iwatake2222 / imgui_test

Sample project to use ImGui + GLFW + OpenGL3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Note

Windows 11

  • Visual Studio 2019 + cmake-gui

WSL2 on Windows 11

  • apt install cmake build-essential
  • apt install libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
  • Execution on WSL2 (NVIDIA Drivers for CUDA on WSL is installed) failed in my PC for some reasons... Instead, it works on ubuntu:20.04 docker on WSL2
    • glfwInit returned GL_FALSE

About

Sample project to use ImGui + GLFW + OpenGL3

License:Apache License 2.0


Languages

Language:C++ 73.0%Language:CMake 27.0%