add Readme
This commit is contained in:
parent
2c9681a624
commit
d7773af8b6
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# renderer
|
||||
|
||||
This softwre aims to be an OpenGL renderer written in Haskell following the
|
||||
OpenGL tutorial by The Cherno
|
||||
(<https://www.youtube.com/playlist?list=PLlrATfBNZ98foTJPJ_Ev03o2oq3-GGOS2>).
|
||||
|
||||
There are some major deviations from the tutorial setup here as follows:
|
||||
|
||||
* Code base is entirely written in Haskell, not C++
|
||||
* instead of GLFW with GLEW I use SDL2 out of familiarity
|
||||
|
||||
I leave as many helpful comments as possible throughout the code, so feel free
|
||||
to peruse it.
|
Loading…
Reference in a new issue