• Remix
  • Share
  • New Entry

  • Jr

  • /
  • 3/3 - Kwisatz Haderach

on 10 Oct 2024
  • 10
  • 161
  • 0
  • 1
  • 210
Cite your audio source here (if applicable): https://www.youtube.com/watch?v=mq1d9XKm6gc
Write your drawframe function below
%Hi everyone, last year I made some fun animation sequences and I thought I would repeat this idea :)
%3/3 - Kwisatz Haderach
function drawframe(f)
set(gcf,'Color','k')
t=linspace(0,0.5*pi,1000);
p=polarplot(50*sin(t*f),50*cos(t*f/8),'-.w');p.Marker='n';
%The inner eye:
if f>50
text(0,-15,'👁️','color','w','Fontsi',100);
text(0,-5,'●','color','w','Fontsi',40);
end
grid off; axis off;
end
Movie
Audio
Remix Tree