# HG changeset patch # User Steve Losh # Date 1547007336 18000 # Node ID 22047677f86c0b7223830072d7ae2be87bafe716 # Parent eb11db31454af8fb4dd26e578cff4acfaf898aaa Update diff -r eb11db31454a -r 22047677f86c README.markdown --- 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 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()`.