8 lines
347 B
Markdown
8 lines
347 B
Markdown
# Shader basics
|
|
This repository is my playground for playing around with basic shader
|
|
programming. I'm using OpenGL with GLFW as libraries.
|
|
|
|
## Guide
|
|
I have no idea what I'm doing, so I'm following [this](https://learnopengl.com/Introduction) guide.
|
|
I also saw [this](https://www.youtube.com/watch?v=3mfvZ-mdtZQ) YouTube video as
|
|
an introduction.
|