Skip to content

Instantly share code, notes, and snippets.

View nicolashahn's full-sized avatar

Nicolas Hahn nicolashahn

View GitHub Profile
@nicolashahn
nicolashahn / computer.glsl
Created June 15, 2018 17:34 — forked from bdon/computer.glsl
rc computer
//https://thebookofshaders.com/edit.php
#ifdef GL_ES
precision mediump float;
#endif
uniform vec2 u_resolution;
uniform vec2 u_mouse;
uniform float u_time;