포스트

Simple OpenGL 3D Scene viewer

demo

I felt like studying bit of computer graphics this winter(Jan 2024). I gave OpenGL a try with the help of this great site (learnopengl.com)

Understanding how OpenGL system work(state machine) was pretty difficult at the beginning. Furthermore, newer version of OpenGL has this new system called Direct State Access, which made me more confused. However I managed to create this simple scene viewer.

⭐️ Features

  • Fly around the scene with WASD, Left Control to descend, Space to ascend and Mouse.
  • Adjust the light’s position and color.
  • View the depth map from the light’s perspective.
  • Edit and hot-reload the main shdaer script while program is running.
  • Control some of parameters with ImGUI library.
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.