Friday, May 22, 2015

Web Typo for non designers

Suffice to say :
Web design is 95% typography
- Oliver Reichenstein, 2006

http://www.presslabs.com/blog/web-typography-for-non-designers/?utm_source=hackernewsletter&utm_medium=email&utm_term=design

http://theultralinx.com/2013/04/free-alternative-font-gotham-proxima-nova/

Hacker's guide to Neural Networks

Very nice introduction to neural networks

http://karpathy.github.io/neuralnets/

GLSL Shader Development Environment

Synthclipse is a GLSL shader prototyping tool. It makes possible to fast develop all kinds of shaders: Fragment (FS), Vertex (VS), Geometry (GS), Tessellation (TS) and Compute (CS). Shader development can be done using compatible with Fragmentarium and Shadertoy (but limited to FS and VS) Fragx shaders or by using fully featured JavaScript JSX scripts. The JSX API is consistent with WebGL but in fact exposes complete OpenGL 4+ API.

http://synthclipse.sourceforge.net/index.html

Annoted Code

Short annotated Javascript programs