# HG changeset patch # User Steve Losh # Date 1468067591 0 # Node ID 2480bc8a1eeb3cc813b9658863de6e9746805f49 # Parent 2b4ef451225f8d8f2f94747a570c6ef9b3480e2d Update diff -r 2b4ef451225f -r 2480bc8a1eeb README.markdown --- a/README.markdown Sat Jul 09 12:28:04 2016 +0000 +++ b/README.markdown Sat Jul 09 12:33:11 2016 +0000 @@ -35,6 +35,7 @@ [The Road]: http://www.amazon.com/dp/0307387895/?tag=stelos-20 [Algorithms and Networking for Computer Games]: http://www.amazon.com/dp/0470018127/?tag=stelos-20 [heisler]: http://www.amazon.com/dp/0823085651/?tag=stelos-20 +[WebGL Fundamentals]: http://webglfundamentals.org/ ## June 2016 @@ -537,3 +538,5 @@ a really good introduction to OpenGL if you just want to learn how the damn graphics card works without fucking around with the nightmarish C/C++ build/ecosystem. Just open a browser and start hitting OpenGL. +* Started the [WebGL Fundamentals][] series. I want to get a second look at + this stuff before I dive in and try to poke at it with Lisp.