Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 2.14 KB

README.md

File metadata and controls

99 lines (61 loc) · 2.14 KB

Imgui Playground

Table of Contents

Introduction

Supported Platforms

  • Windows

Pull Requests for OSX and Linux are welcome!

Supported Graphical Backends

  • OpenGL
  • Vulkan
  • Dawn (WebGPU)

Supported Windowing Libraries

  • GLFW
  • SDL

Dependencies

  • GLFW 3.4
  • OpenGL 3.3
  • GLAD (OpenGL 3.3)
  • Emscripten 3.1.66

Configurations

OpenGL-GLFW

OpenGL-GLFW-Emscripten

  • Base Example (WIP)

OpenGL-SDL

  • Base Example (WIP)

OpenGL-SDL-Emscripten

  • Base Example (WIP)

WGPU_Dawn-GLFW

  • Base Example (WIP)

WGPU_Dawn-GLFW-Emscripten

  • Base Example (WIP)

Vulkan-GLFW

  • Base Example (WIP)

Vulkan-SDL

  • Base Example (WIP)

Helpful Links