• Remix
  • Share
  • New Entry

  • Jr

  • /
  • The Lighthouse

on 11 Oct 2021
  • 112
  • 295
  • 1
  • 0
  • 279
%THANK YOU ALL FOR THE 150+ VOTES TODAY!!
%This remix is inspired by A24 movie called "THE LIGHTHOUSE", which I
%think is a fantastic, brilliant horror movie, it has strong aesthetics and lovecraftian vibes and the amazing performances of Daniel Defoe and
%Robert Pattinson.
c=1200;
n=800;
hold;
Current plot held
for i=18:-1:1
y=i/(8+3)*n;
u=c*(1-(i-1)/20);
x=linspace(0,c,n);
p=y/n*12;
t=x*6/u;
q=sin(p+t)+sin(p+.3*t);
r=y+q*160*.8^(i-1);+3^(i-1);
v=[
x' r';
c 0;
0 0];
fill(v(:,1),v(:,2),i/18*[.1 .7 1],'EdgeColor','n');
end
text(9,463,'♜','Fontsi',53);
text(111,458,'◍','color','y');
axis off;
ylim([0,n])
Remix Tree