22047677f86c
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 08 Jan 2019 23:15:36 -0500 |
parents | eb11db31454a |
children | a8cf96380b52 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Tue Jan 08 19:43:50 2019 -0500 +++ b/README.markdown Tue Jan 08 23:15:36 2019 -0500 @@ -66,8 +66,14 @@ ## 2019-01-08 Started really wrapping my head around pattern tables for Fern. Wrote some -janky code to render them as strings for now. Started poking around with -`cl-glfw3` and `cl-opengl`. OpenGL is as much of an inscrutable shitshow as -I remember, though I have a little bit of a head start in understanding it this -time around. Hopefully it won't take me too long to remember everything. I did -manage to get the example running smoothly, so that's nice. +janky code to render them as strings for now. + +Started poking around with `cl-glfw3` and `cl-opengl`. OpenGL is as much of an +inscrutable shitshow as I remember, though I have a little bit of a head start +in understanding it this time around. Hopefully it won't take me too long to +remember everything. I did manage to get the example running smoothly, so +that's nice. + +Started going through <http://learnopengl.com> to try to remember how to do this +crap. Spent lots of time fighting with object lifetimes because the examples +all just garbage collect with `exit()`.