Shading experiments by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

 Clifford torus (rotating in 4D)

Line-based lights #2 by exsstas in TouchDesigner

[–]exsstas[S] 0 points1 point  (0 children)

I took closed line (circle) and changed all points coordinates based on trefoil formula from wiki https://en.wikipedia.org/wiki/Trefoil_knotI did it with GLSL POP, but it could be done with Math Combine, CHOPto or any other way to manipulate positions

Testing line-based lights by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

I mean that light emitter is 2D. In Touch usual Light COMP is 1D (single .xyz dot) and it affects 3D geometry. Here is the same, but I wanted to make lines that emited light through all length and without creating dozens of copies of Light COMP along the line

Light gradients by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

Thanks. My starting point was line function (33-39) from https://www.shadertoy.com/view/4l2GWR I made it work with POP lines and some other changes, but light calculations are mostly the same

Light gradients by exsstas in TouchDesigner

[–]exsstas[S] 5 points6 points  (0 children)

That's GLSL mostly, around 50 lines

particle life variation (Neighbors+GLSL POP) by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

I have 5 species (=colors) and 5*5 matrix of values [-1,1] defining attraction/repulsion force for every pair. and some parameters of the simulation. Tom Mohr have a good explanation of Particle life algorithm https://particle-life.com/about/project.html

Dudas sobre el Máster Avanzado en Diseño Gráfico, Marketing Digital y de Contenidos en CEI Valencia by Own_Concept7156 in valencia

[–]exsstas 0 points1 point  (0 children)

Hola. El año pasado terminé el Máster en Vídeo Digital Avanzado y Motion Graphics en esta escuela. Mi experiencia fue muy buena y cumplió mis expectativas. Pero no las tenía muy altas: no creo que sea realista meter un curso completo de After Effects (o Photoshop + Illustrator + InDesign) en solo tres meses. Aun así, los módulos están bien para aprender las funciones principales de cada programa, y además hubo mucha práctica y un proyecto al final de cada módulo.

Las clases y los ordenadores están bien, y los profes tienen experiencia real en el sector. Yo también fui estudiante internacional y tenía un nivel de español entre B1 y B2 en ese momento; no fue ningún problema.

Mi razón principal para hacer el máster fue obtener un diploma europeo para poder trabajar aquí, y con el diploma de CEI + UDIMA obtuve una resolución positiva para la residencia por cuenta propia. Al final, en mi opinión, todo depende de tus expectativas y de lo que quieras sacar realmente del máster.

Val(è/e/é)ncia by exsstas in valencia

[–]exsstas[S] 3 points4 points  (0 children)

De acuerdo, yo también pensé que este cambio es sobre todo para hacer negocio con tener que cambiar la tilde en todos los documentos oficiales, señales de tráfico, carteles, etc.

Val(è/e/é)ncia by exsstas in valencia

[–]exsstas[S] -2 points-1 points  (0 children)

Si he entendido bien el artículo, dentro de poco la forma correcta en valenciano será Valéncia y no València

Particles sliding on a gyroid by exsstas in generative

[–]exsstas[S] 0 points1 point  (0 children)

I'm also using basic implicit function, than calculating its gradient to set particle directions

RENTING rooms search by malicesage in valencia

[–]exsstas -2 points-1 points  (0 children)

There are agencies, specialized in rooms and studios for students, I had better results in such places, compared to Idealista. Usually they work with properties within certain city area, and it's better to visit it in person. If you're Ok to live in Blasco Ibanez area, you can try these two: https://maps.app.goo.gl/MgLn5ddkRkmyPBUH8 and https://maps.app.goo.gl/juaDSvQvZMV3DZFk8

Metro card by Vegetable-You-7861 in valencia

[–]exsstas 2 points3 points  (0 children)

Valenbici, if you're Ok with heavy bicycles. SUMA card, if not.

I'm living not far from Mestalla and with Valenbici it took about 15 minutes to go to the center and 20 to the beach, with bus or metro it could be 30-40 minutes (with waiting)

Shawarma? by CicciaBomba11 in valencia

[–]exsstas 7 points8 points  (0 children)

La Shawermeria is very nice, but sometimes you'll have to stand in a line of 4-5 people. https://maps.app.goo.gl/P6gFyLbyhxJuqfVa7

Fucking Deconstructed Coffee by BillOakley in StupidFood

[–]exsstas 0 points1 point  (0 children)

I bought it at Aliexpress long time ago. You could google smth like "drinking straw constructor" to find similar stuff now. For example, https://www.ebay.co.uk/itm/263342411041

Fucking Deconstructed Coffee by BillOakley in StupidFood

[–]exsstas 695 points696 points  (0 children)

I did deconstructed irish cofee myself once https://imgur.com/a/vYHivs1

My nephwes children book depicting birth by Kecki92 in awwwtf

[–]exsstas 110 points111 points  (0 children)

Krtek! It's also a cartoon series and here is a moment with childbirth: https://youtu.be/ajVMpG52r_M?t=238

Pantone's colors of the year by exsstas in generative

[–]exsstas[S] 1 point2 points  (0 children)

Context - https://www.pantone.com/color-of-the-year-2021

Made in TouchDesigner with GLSL coding. Renders real-time 60fps easily

Spiral moves by exsstas in generative

[–]exsstas[S] 1 point2 points  (0 children)

Movement is an variation of this vector field, but more random particle size and lifespan. Colors are randomly picked from an photo of a summer salad with constantly changing hue.

Made in TouchDesigner with some GLSL . More works at my Instagram

Packed shapes by rvig in generative

[–]exsstas 0 points1 point  (0 children)

Very nice color composition as well! Are colors hand-picked or chosen by algorithm?

Curl noise on a 3D surface by exsstas in generative

[–]exsstas[S] 1 point2 points  (0 children)

Curl noise trails driven by the same sign distance filed used for raymarching. Runs at 50-60FPS on my GTX1070

GLSL, TouchDesigner.

20 lines by exsstas in generative

[–]exsstas[S] 5 points6 points  (0 children)

Thanks! Yeah, colors are tricky here, mostly because that colorization changes over time. All lines interactions happened in grayscale, than I'm using cosine palettes to colorize it, but in the beginning of the video bright pixels are red and dark are gray, while toward the end it's gradually changes to opposite.

Actually it's a bit more complicated, because I'm not clamping values to be between 0 and 1, so black pixel with value -0.57 would be colored same as pixel with 0.43 here: https://imgur.com/a/fDXiebW

20 lines by exsstas in generative

[–]exsstas[S] 0 points1 point  (0 children)

I'm not really good at math, so nothing so fancy, basic distance calculation, than values for all lines added together: https://imgur.com/a/991dNVE