Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 985 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 985 Bytes

OpenGIVr (OpenGL Image Viewer)

Libraries Used

glad (with KHR folder)

GLFW

GLM

dear ImGui

stb_image

App Overview

So this app is literally made for viewing images in OpenGL.It's an experimental app tho.OpenGL is an overkill for such an easy task like this but i just made this app to try it.I can't tell it's the best for viewing images but still stands out in different aspects.The app lacks of a file dialog system because i simply couldn't find a way to make it both work for windows and linux.So i just decided to make a textbox where you can type your image path and it will access that path to get the image using stb_image.

Controls

W, A, S, D to move the camera

Scroll up to zoom in and scroll down to zoom out

System requirements

CPU : Any CPU

GPU : Any GPU with OpenGL 4.3 support or higher

Memory : Atleast 70 MB

Operating Systems :

Microsoft Windows 10/11 (Tested)

Linux (Not tested)