Skip to content

amrtsg/model-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Model Renderer C++/OpenGL

Build

Create a folder called "build" in the project folder, then create a VS solution using CMake

alt text

After opening the solution, be sure to set "src" as the startup project, and then do the following

  • ADD "assimp-vc140-mt.lib" to Linker -> Input -> Additional Dependencies
  • Copy the files in external/assimp/lib - TO -> build/src

Functionality

alt text

  • Import and load OBJ Models
  • Move camera or model around 3D space
  • Take a screenshot of current framebuffer (Record png image of object view)

Dependencies (All Included)

  • Assimp
  • OpenGL
  • GLFW
  • GLEW
  • GLM
  • STB_IMAGE
  • ImGui

About

A simple 3D model renderer written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages