# HG changeset patch # User Steve Losh # Date 1548216128 18000 # Node ID 886f3bffad665efa7753e6e280c5e231aa2ad96c # Parent 821a2e34fee17ab38cc7ceee343419e8267b79eb Update diff -r 821a2e34fee1 -r 886f3bffad66 README.markdown --- a/README.markdown Sat Jan 12 20:54:07 2019 -0500 +++ b/README.markdown Tue Jan 22 23:02:08 2019 -0500 @@ -99,3 +99,13 @@ Did some more of the OpenGL tutorial. Added some extra bits to cl-netpbm to easily load an image into an array in the form OpenGL expects. Started sketching out the GUI structure in Fern. + +## 2019-01-19 + +Got pattern tables rendering in Fern (finally). + +## 2019-01-22 + +Got a first pass at the main GUI loop for Fern hashed out. GUI programming is +fucking miserable. +