
237,903 items.

My first time making a flyTo method by with chained tweens from Tween.js. It needs proportional timing work, but the general pieces are all in place.

Three.js and I are getting along better and I am learning about some strange books.

TIL if you're doing 2D stuff in Three.js, sort your intersects by 'distanceToRay'.

Really trying to understand raycast intersections in Three.js.

Info on using low-poly SVGs as placeholder images. I didn't know all these SVG processing options existed. I wonder what other uses they could be put too...

Abandoned Cinema in the Sinnai Hills by Diynn Eadel. It was set for it's first film, Jurassic Park in 1997 but has never had a showing.
From: https://twitter.com/ShedworksGreg/status/929729265943367680

The uncertainty of image object recognition put to poetic uses by Lynn Cherry.
From: https://medium.com/@lynn_72328/cocos-memory-palace-a-strange-fantasia-28b48264612f

A walled grid with hot-reloading config options saved to local storage. It's going well so far but I haven't gotten to any of the tricky parts.

I wrote down scope for my ProcJam project which if all goes well will become my NaNoGen month project.
From: http://feed.grantcuster.com/writing/2017-11-05-procjam-start

Emily Short's endnotes on her procedurally generated guidebook are the most interesting writing about writing I've read in a long time.
From: https://emshort.blog/tag/the-annals-of-the-parrigues/ via https://github.com/NaNoGenMo/2016/issues/1

Node highlights are back in the recommendation graph. Now with different transparency levels to indicate how many connections they have. Most of my time has been spent on getting a solid data structure for the different levels that flow out from the highlighted node. I am cautiously optimistic about the current one.