View allAll Photos Tagged WebGL

#WIP #WebGL #Javascript #Computational #Design

2012 Khronos Group Fort Collins Face to Face plenary dinner

VI BEEVA Tech & Beers: 3D con WebGL

The Khronos Group met with the National Taiwan University in Taiwan in June 2012

Benj Lipchak - OpenGL ES 3.0 Spec Editor - speaking at the Khronos OpenGL ES BOF at SIGGRAPH 2012 (Photo courtesy Neil Trevett)

Geeky February at Forward Technology in London. An evening of lightning talks dedicated to geeky passions.

 

Talks from Benjamin Blundell (@secti0n9), Nikki Sherry (@smallsherry), Paul Adam Davis (@pauladamdavis), Anna Pickard (@annapickard), Alex Pounds (@acreature) and Jane Austin (@msjaneaustin).

 

Lanyrd: lanyrd.com/2013/geekynight-april/

 

Organised by Event Handler (@eventhandleruk).

A few photos from our F2F in Orlando at the Khronos Kup. A friendly game of bowling. Photos Copyright 2013 Neil Trevett. Used with permission. www.photograffer.com

Neil Trevett NVIDIA, at SIGGRAPH Asia 2010 at the Khronos Pavillion

VI BEEVA Tech & Beers: 3D con WebGL

The Khronos Group at the Korea Games Conference in Korea.

Jacob Strom of Ericsson talking texture compression at the OpenGLES BOF pre OpenGL 20th Anniversary Party at SIGGRAPH 2012 (Photo courtesy Neil Trevett)

#ifdef GL_ES

precision mediump float;

#endif

 

uniform float time;

uniform vec2 mouse;

uniform vec2 resolution;

 

/* -- originally --

* inspired by www.fractalforums.com/new-theories-and-research/very-simp...

* public domain

*/

 

#define N 100

#define PI2 6.2831853070

 

void main( void ) {

// map frag coord and mouse to model coord

vec2 v = (gl_FragCoord.xy - resolution / 2.) * 20.0 / min(resolution.y,resolution.x);

// transform parameters

float angle = time*0.01;

float C = cos(angle);

float S = sin(angle);

vec2 shift = vec2( 2.*mouse.x-1., 1.*mouse.y-0.5 );

float zoom = 1.1;

const float rad2 = 1.;

 

float rsum = 0.0;

 

for ( int i = 0; i rad2 ){

rr = rad2/rr;

v.x = v.x * rr;

v.y = -v.y * rr;

}

 

rsum = max(0.9*rsum, rr);

  

// affine transform: rotate, scale, and translate

v = vec2( C*v.x-S*v.y, S*v.x+C*v.y ) * zoom + shift;

}

 

float col = 10. * (1.-rsum*rsum*rsum*rsum) ;// / rad2);

 

gl_FragColor = vec4( sin(col*1.1), sin(col), sin(col*0.9), 1.0 );

}

VI BEEVA Tech & Beers: 3D con WebGL

A few photos from our F2F in Orlando at the Khronos Kup. A friendly game of bowling. Photos Copyright 2013 Neil Trevett. Used with permission. www.photograffer.com

Introducción a gráficos 2D y 3D con HTML+JS.

 

(Gracias a Moha por las fotos :¬)

The Khronos Group met with the National Taiwan University in Taiwan in June 2012

Team Dinner first night: Angelan Cheng, Neil Trevett, Jon Peddie, Erik Noreke

VI BEEVA Tech & Beers: 3D con WebGL

Geeky February at Forward Technology in London. An evening of lightning talks dedicated to geeky passions.

 

Talks from Benjamin Blundell (@secti0n9), Nikki Sherry (@smallsherry), Paul Adam Davis (@pauladamdavis), Anna Pickard (@annapickard), Alex Pounds (@acreature) and Jane Austin (@msjaneaustin).

 

Lanyrd: lanyrd.com/2013/geekynight-april/

 

Organised by Event Handler (@eventhandleruk).

Dinner time at the Khronos Group Face-to-Face in Budapest 2013. Copyright 2013 Norekefoto.se. Used with permission.

Benj Lipchak - OpenGL ES 3.0 Spec Editor - speaking at the Khronos OpenGL ES BOF at SIGGRAPH 2012 (Photo courtesy Neil Trevett)

«Real» buildings constructed with twitter messages.

Roads and buildings are extracted and simplified from Open Street Map data and then imported into a WebGL scene.

The screenshot shows the surroundings of Le Pont de Pierre in Bordeaux, France.

Geeky February at Forward Technology in London. An evening of lightning talks dedicated to geeky passions.

 

Talks from Benjamin Blundell (@secti0n9), Nikki Sherry (@smallsherry), Paul Adam Davis (@pauladamdavis), Anna Pickard (@annapickard), Alex Pounds (@acreature) and Jane Austin (@msjaneaustin).

 

Lanyrd: lanyrd.com/2013/geekynight-april/

 

Organised by Event Handler (@eventhandleruk).

VI BEEVA Tech & Beers: 3D con WebGL

#WIP #WebGL #Javascript #Computational #Design

SMF to LAX to NRT to TPE to the Sheraton Taipei makes for a long day... but Angela made all the arrangements and we are whisked away

VI BEEVA Tech & Beers: 3D con WebGL

A few photos from our F2F in Orlando at the Khronos Kup. A friendly game of bowling. Photos Copyright 2013 Neil Trevett. Used with permission. www.photograffer.com

Photos used with permission from and copyright by Miller & Mattson

Geeky February at Forward Technology in London. An evening of lightning talks dedicated to geeky passions.

 

Talks from Benjamin Blundell (@secti0n9), Nikki Sherry (@smallsherry), Paul Adam Davis (@pauladamdavis), Anna Pickard (@annapickard), Alex Pounds (@acreature) and Jane Austin (@msjaneaustin).

 

Lanyrd: lanyrd.com/2013/geekynight-april/

 

Organised by Event Handler (@eventhandleruk).

Photos from the various New York Chapter Meetups. Learn more about the <a href="http://www.meetup.com/Khronos-NY-Chapter/"upcoming chapter meetups.

Photos from the various New York Chapter Meetups. Learn more about the <a href="http://www.meetup.com/Khronos-NY-Chapter/"upcoming chapter meetups.

VI BEEVA Tech & Beers: 3D con WebGL

1 2 ••• 11 12 14 16 17 ••• 40 41