This project is implemented using C++, Dear ImGUI and GLFW (OpenGL), and provides the following features:
- Load and display multiple 3D models
- Move around the scene using keyboard and mouse inputs
- Move, Rotate, and Scale the models
This document aims to clarify how to setup, build, and use the tool.
A lot of this project is inspired by Victor Gordan and The Cherno
This project is a C++ project created with the following setup:
IDE: Visual Studio 2022 Community
Compiler: MSVC 17
Target System: x64
- glfw3.lib (from GLFW source)
- opengl32.lib (included in Windows OS)