Skip to content

locojoetive/RendEdit3D

Repository files navigation

1. RendEdit3D

This project is implemented using C++, Dear ImGUI and GLFW (OpenGL), and provides the following features:

  1. Load and display multiple 3D models
  2. Move around the scene using keyboard and mouse inputs
  3. 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

2. Requirements

2.1. Development Environment

This project is a C++ project created with the following setup:

IDE: Visual Studio 2022 Community

Compiler: MSVC 17

Target System: x64

2.2. Additional Includes

2.3. External Packages

2.4. Libs

  • glfw3.lib (from GLFW source)
  • opengl32.lib (included in Windows OS)

About

This tool allows to load, display, and texture 3D Models, with lightning and camera controls.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages