An open API service indexing awesome lists of open source software.

https://github.com/deccer/opengl-getting-started

Proper OpenGL Getting Started.
https://github.com/deccer/opengl-getting-started

answers cpp dsa guide modern-opengl opengl opengl46 questions-and-answers

Last synced: 8 months ago
JSON representation

Proper OpenGL Getting Started.

Awesome Lists containing this project

README

          

# OpenGL Getting Started

## What is this?

![Screenshot](screenshots/screenshot-basic-triangle.png)

## For whom is this for?

Beginners, people who struggle with copying learnopengl's tutorial about vertex array objects and vertex buffers, failing to render more than one object

## What do you need?

- `CMake`
- for VSCode the `CMake Tools` extension from Microsoft
- a compiler of your choice (`clang`, `gcc`, `msvc`)

## Assumptions

This project template assumes the following things

- Your GPU supports `OpenGL 4.6`