SNHU CS-330 | Week 1 | Getting Started With OpenGL | Opening a Window | Intro to OpenGL

Опубликовано: 16 Ноябрь 2024
на канале: SNHU Computer Science
3,267
33

Join the CS-Hangouts Discord!
  / discord  

----------

CS-330 is notorious for having underwhelming course material and poor instructions; making it difficult to grasp the material.

This has been turning many students away from graphics programming, which is a shame.

This is series is designed to help guide students through the course using modern programming paradigms and more thorough explanations on how everything works.

This lesson goes into building a new C++ OpenGL project from scratch in both Visual Studio and using CMake. It will guide you through importing libraries, opening a window, and clear the screen to a specific color.