Skip to content

Instantly share code, notes, and snippets.

View karlosgliberal's full-sized avatar

karlos g liberal karlosgliberal

View GitHub Profile
I am attesting that this GitHub handle karlosgliberal is linked to the Tezos account tz1PjVxUvAwJVN6gMg1633CkchdfCTwWZzj1 for tzprofiles
sig:edsigu7HHo7ALQuJrtKCk2oVb73ro2aiQNC7RXmeb6sA2wFqypJuryqRTB4jqiCDUsWjvxwa3VN2TKMEdp9DS8MrJjn6tvKhSqz
// Author:karlos g liberal
// Title: lineas
#ifdef GL_ES
precision mediump float;
#endif
uniform vec2 u_resolution;
uniform vec2 u_mouse;
// Author:karlos g liberal
// Title: lineas
#ifdef GL_ES
precision mediump float;
#endif
uniform vec2 u_resolution;
uniform vec2 u_mouse;
// Author:karlos g liberal
// Title: lineas
#ifdef GL_ES
precision mediump float;
#endif
uniform vec2 u_resolution;
uniform vec2 u_mouse;
menor: {
escalas: [
//C C# D D# E F F# G G# A A# B
[[2, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0], [0]],
[[1, 1, 0, 1, 0, 2, 0, 1, 1, 0, 1, 0], [1]],
[[1, 0, 1, 1, 0, 1, 0, 2, 0, 1, 1, 0], [1]],
[[1, 0, 1, 1, 0, 1, 0, 2, 0, 1, 1, 0], [1]]
],
color: 250,
timeout: 4000

Serie Luna sketch adaptado de genekogan recursiones de espirales con random gausianos Los proyectos estan realizados con p5js @patxangas

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@karlosgliberal
karlosgliberal / sketch.js
Created November 13, 2016 18:10
Generado de planos Voronoi
var poligonos_obj;
var json
var myImg;
var pixelColors = [];
var scanLine = 0;
var plano =[];
var plano_objeto = {};
var colores = [];

Serie Voronoi Jugando con voronoi y d3.js #1

Los proyectos estan realizados con p5js @patxangas