Skip to content

sequential-ducks/hello_triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Triangle Rendering Project

Project Description

This project is a simple demonstration of OpenGL rendering where I have practiced drawing a basic triangle. The main objective was to understand the fundamentals of OpenGL, including setting up the environment, creating a window, and rendering a 2D shape. Credit to the turtorial at https://learnopengl.com/ for helping me.

Features

  • Set up an OpenGL context.
  • Created a window.
  • Rendered a triangle.

Screenshot

Triangle Rendering

Learning Outcomes

  • Understanding of OpenGL pipeline.
  • Experience with setting up an OpenGL context.
  • Basic knowledge of shaders and rendering.
  • Dependency managment with vcpkg
  • Cmake project managment in c++

About

Rendering a triangle in OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published