threejs guides

threejs demo / walkthrough
https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Three.js

Lag and how to work with it, from the pros:
https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking#Lag_compensation

shaders in threejs:
best super quick how-to:
https://dev.to/maniflames/creating-a-custom-shader-in-threejs-3bhi
docs:
https://threejs.org/docs/index.html#api/en/materials/ShaderMaterial
and the heavy hitter:
https://thebookofshaders.com/

MMO basics
“Abandon all hope, ye who enter here”
from a discontinued 2013 threejs MMO: Ironbane. Very good intro
https://davidwalsh.name/3d-websockets

Conways Game of Life in threejs (untested)
https://www.tkglaser.net/conways-game-of-life-in-3d-using-html-5/

how to reset a threejs scene with no memory leaks
( look for the clean() function )
https://github.com/mrdoob/three.js/blob/master/examples/webgl_instancing_performance.html

oko
friend