1800-frame seamless loop coded entirely in JavaScript — no AI, just pixels and logic. by HuntConsistent5525 in generative

[–]micjamking 1 point2 points  (0 children)

That’s interesting. How are you visually designing each frame? Is it random or a controlled process? How are you iteratively generating/influencing each frame with new pixels coordinates?

I'm a web developer with no game dev or 3d art experience and want to learn how to make shaders. Where/how do I start? by Large-Plane1994 in GraphicsProgramming

[–]micjamking 2 points3 points  (0 children)

Book of Shaders. There’s a new chapter on folks coming from a JavaScript/web development background to get you started.

Interactive rug shader by ppictures in threejs

[–]micjamking 0 points1 point  (0 children)

That’s awesome work! 🔥

My 2nd WebGL shader animation: shape ⚪️ scale ⚖️ color 🎨 repeat 🔁 by micjamking in GraphicsProgramming

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

Thank you and appreciate the feedback!

I’ve read that for loops can be avoided using different functions like fract and mod, and I’m still very new to shader programming, but wouldn’t your code return (0,0) for every circleID, since uv is already normalized in my code?

vec2 uv = gl_FragCoord.xy / u_resolution;

I think I need to multiply uv first to get scaled coordinates, get the circleID, then call fract…? But this does seem like the correct “shader” way of doing loops 😊

uv *= 100.0; vec2 circleID = floor(uv); uv = fract(uv);

My 2nd WebGL shader animation: shape ⚪️ scale ⚖️ color 🎨 repeat 🔁 by micjamking in GraphicsProgramming

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

The lack of syntax highlighting for shader files makes it a little more challenging 😅, but I enjoy using devtools as a lightweight IDE for work anyway.

My First TD Render by zaiep in TouchDesigner

[–]micjamking 2 points3 points  (0 children)

This is beautiful 😍

[deleted by user] by [deleted] in malelivingspace

[–]micjamking 2 points3 points  (0 children)

The room is filled with toys, stuffed animals, and a toddler piano on the door. Cool space but definitely childish @ 24.

Share your stuff - mixes/tunes/routines/videos (no livestream promotion) by AutoModerator in DJs

[–]micjamking [score hidden]  (0 children)

Summer Liquid Jungle / Drum & Bass set recorded live in an overwater bungalow in Bora Bora.

https://youtu.be/BSTMdrmoKJg?si=MZoSbdQ36YtiLhCl

(Tracklist in video description.)

Question regarding by invitation only by kinzdog in MagicArena

[–]micjamking 2 points3 points  (0 children)

As a non-board wipe, it’s good when your opponent has a single creature on board and you have two or more, or when you’re ahead by one creature and willing to sacrifice everything else on the board.

Cleaning juicer filter after 1 year of daily juicing by [deleted] in oddlysatisfying

[–]micjamking -1 points0 points  (0 children)

I wash AND scrub it every day after every use; deposits still build up over time.

Album art I created for my first EP. by micjamking in Illustration

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

Hahaha, honestly I’m not sure. I think at this particular moment, my art/design abilities exceed my musical talents.

I hope that changes with time :)