Still on my mobile development (expo) arc.
Other arcs include origami, algorithmic art, robotics, other STEM things.
He/They. INTP5w4.
Check out all my things at foldsters.leaflet.pub
...what
I really need try something like this out.
I really need try something like this out.
Please do not have any shader-related incidents while I am gone.
Please do not have any shader-related incidents while I am gone.
Going for a sort of virtual particle animation for this one! This one is very poorly optimized.
Made on #demosky
Going for a sort of virtual particle animation for this one! This one is very poorly optimized.
Made on #demosky
I'll go first: Six page commercial lease.
A symmetric tessellation that animates between 7 and 8 colors.
Made on #demosky
A symmetric tessellation that animates between 7 and 8 colors.
Made on #demosky
const result = (myCondition1) ? (
(myCondition2) ? (
resultIf1and2
) : (
resultIf1andNot2
)
) : (myCondition2) ? (
resultIf2andNot1
) : (
resultIfNeither
);
const result = (myCondition1) ? (
(myCondition2) ? (
resultIf1and2
) : (
resultIf1andNot2
)
) : (myCondition2) ? (
resultIf2andNot1
) : (
resultIfNeither
);