Skip to content

Conqster/PreglRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PreglRenderer

A minimal personal OpenGL wrapper for exploring modern rendering techniques.

Features:

  • Prelinked with GLEW, GLFW, ASSIMP, GLM, and ImGui.
  • Lightweight OpenGL abstraction for rapid prototyping.
  • Ideal for experimenting with shaders, lighting, and real-time rendering.

Getting Started:

Requirements

  • Visual Studio community 2022
  • CMake 3.15 or later.

Retrive Project

git clone https://github.com/Conqster/PreglRenderer.git

Generate VS Solution

cd PreglRenderer
cmake -G "Visual Studio 17 2022" . 

Sample

About

A minimal personal OpenGL wrapper for exploring modern rendering techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages