These are instructional videos that will show you how to build a 3D JSON logo.
https://www.youtube.com/watch?v=AOoSzFJmsP8
https://www.youtube.com/watch?v=s6Jqb4dIV9g
The Multimedia Production System Report 1989
The Crockford Diplomacy Map
I will be at Techorama.
https://techorama.be/
Once again, I will be at Code Camp.
I am thinking that programming languages should make cycles the standard angular unit. It is the most convenient for programming. It is less baffling to normal people than radians. Computers can express them exactly.
Mathematicians may still have reason to prefer radians, but they are smart enough to know how to do the conversion.
Most people measure angles in degrees (0 ... 360). Most mathematicians measure angles in radians (0 ... 2π). But as a programmer, I think it is best to measure in cycles (0 ... 1). It is trivial to correct overrotation (discard the integer part). It is trivial to find the quadrant (the two msbs). Table look implementations of sine are trivial as well.
All three conventions work, and each is easily convertible into the others.
The author of How JavaScript Works.