Cosmic Funnies
Xuebing Du
Today's Document
Stranger Things

pixel skylines
"I'm Dorothy Gale from Kansas"
ojovivo
occasionally subtle
h
Game of Thrones Daily
Not today Justin
Sweet Seals For You, Always
noise dept.
Claire Keane

roma★
Misplaced Lens Cap
hello vonnie
I'd rather be in outer space 🛸
$LAYYYTER


seen from Brunei
seen from Luxembourg
seen from Ireland
seen from United States
seen from Indonesia

seen from Malaysia

seen from United States

seen from Malaysia

seen from Malaysia

seen from Netherlands

seen from Malaysia

seen from Malaysia
seen from Malaysia
seen from United States
seen from South Africa
seen from United States

seen from Sweden

seen from South Korea

seen from Japan

seen from Malaysia
@bunket

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
In this tutorial, I will explain how to use Newton to simulate liquid that interacts with the container it's being poured in to. I will also mention how something similar can be done using Particular in a 3d environment. | Difficulty: Intermediate; Length: Short; Tags: Motion Graphics, After Effects
Kinetic typography, literally meaning moving text, is a motion graphics technique that manipulates the text and displays it dynamically on the screen in such a
AE Expression Delay from Parent
delay = .1;
parent.fromWorld(toWorld(anchorPoint,time-delay))
Pickflow. Save and share products you like or want to buy later.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
http://vfxhaiku.com/2009/10/how-to-create-light-wrap-and-edge-blur/ Light is scattering | Wrapping around your objects | Making them real In this tutorial, w...
Dove Real Beauty Sketches
This is great.
Refresh rates are one of my biggest pet peeves. This is a decent article that explains what they are.
Autofade
amp = .1; freq = 2.0; decay = 2.0;
n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time){ n--; }}
if (n == 0){ t = 0; }else{ t = time - key(n).time; }
if (n > 0){ v = velocityAtTime(key(n).time - thisComp.frameDuration/10); value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t); }else{value}

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Free Trapcode presets made by users.
a typography tool, type in the word you want to see and instantly view it set in the typefaces on your computer
The Secret Handshake is an online resource for student designers and young creatives (18-25) looking for insider insight, honest answers and solid solutions to help you go pro.
Dunked makes creating your online & mobile portfolio website super simple. Showcase your design, illustration, photography and other creative work on any device.
A nice, clean and free website that provides easy templates to keep your portfolio online.Â
Upload your design and get live, annotated feedback super-fast. It's stripped down to its core— no bullshit.
This website allows you to upload an image & tag areas with comments. It provides a simple URL that you can forward on to a client. They can then reply back to your comments.Â
Pretty Nifty.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Create striking 3D images, scenes and worlds by simply typing text descriptions while still having all the power of a conventional 3D development program at your fingertips.
Intertial Bounce
amp = .1; freq = 2.0; decay = 2.0;
n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time){ n--; }}
if (n == 0){ t = 0; }else{ t = time - key(n).time; }