Skip to content

Instantly share code, notes, and snippets.

View maxatwork's full-sized avatar

Maxim Vasilyev maxatwork

View GitHub Profile
@maxatwork
maxatwork / TEMPLATE.glsl
Last active July 23, 2016 11:28 — forked from glslioadmin/TEMPLATE.glsl
GLSL.io Transition (v1)
#ifdef GL_ES
precision highp float;
#endif
uniform sampler2D from, to;
uniform float progress;
uniform vec2 resolution;
uniform float fps;
//
// GLSL textureless classic 3D noise "cnoise",
@maxatwork
maxatwork / shri.js
Last active August 29, 2015 14:25 — forked from verkholantsev/shri.js
/**
* Реализация API, не изменяйте ее
* @param {string} url
* @param {function} callback
*/
function getData(url, callback) {
var RESPONSES = {
'/countries': [
{name: 'Cameroon', continent: 'Africa'},
{name :'Fiji Islands', continent: 'Oceania'},