Skip to content

alfaiajanon/SimpleRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleRenderer

A minimal OpenGL renderer written in C++ using GLFW, OpenGL, and Assimp.

Features

  • OpenGL + GLFW window setup
  • Assimp model loading
  • Custom rendering pipeline

Screenshot

Demo

Build

cmake . && make && ./SimpleRenderer    # for linux
cmake . && make && SimpleRenderer.exe  # for windows

About

a demo rendering project using openGL

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages