zenorachi / 3D-Viewer-V2.0

Implementation of a program to view 3D wireframe models (3D Viewer) in the C++ programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3DViewerV2.0

3DViewerV2.0 is an application designed for viewing 3D models in the .obj format. It provides users with a convenient way to visualize and explore 3D models with ease.

Technologies used:

Features

  • Supports loading and displaying 3D models in the popular .obj format.

  • User-friendly graphical interface for intuitive navigation and exploration of 3D models.

  • Provides basic interactions like zooming, panning, and rotating to examine the model from various angles.

  • Efficient rendering techniques to ensure smooth and responsive visualization.

Installation

  1. Download or clone the repository:
git clone https://github.com/zenorachi/3DViewerV2.0.git
  1. Navigate to 3DViewerV2.0:
cd 3DViewerV2.0
  1. Build and compile the project:
make
  1. Open the application:
make open
  1. Enjoy!

About

Implementation of a program to view 3D wireframe models (3D Viewer) in the C++ programming language.


Languages

Language:C++ 93.0%Language:C 2.6%Language:QMake 2.5%Language:Makefile 2.0%