dwitter.net | iverjo (55733)

+ New dweet
function u(t) {
} //
122/140


Please log in (or register) to post a dweet (copy-paste the code somewhere safe to save it meanwhile)


u(t) is called 60 times per second. t: Elapsed time in seconds. S: Shorthand for Math.sin. C: Shorthand for Math.cos. T: Shorthand for Math.tan. R: Function that generates rgba-strings, usage ex.: R(255, 255, 255, 0.5) c: A 1920x1080 canvas. x: A 2D context for that canvas.
Try the new frontend: beta.dwitter.net
Current theme challenge: #Opposites
show FPS hide FPS share fullscreen
remix of d/15485 by u/django

function u(t) {

}//
140/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
121/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • 3D chaos flower that grows symmetrically! isn't #chaos #cute ? #waitforit c.width*=1;if(!t){s=[];for(i=1e3;i--;)s.push({a:i,b:100})};for(o of s)x.fillRect(960+S(o.a)*o.b,540+C(o.a)*o.b,o.b/10,o.b/10),o.a+=C(o.a&1)/99,o.b+=C(o.a*3)

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
140/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • Gradient Descent (iterative) algorithm used to calculate sqrt(2). The big dots are the two roots -sqrt(2) and +sqrt(2) of equation Y=X**3-X*2. The Gradient Descent is an optimization algorithm for finding a local minimum of a function near a starting point, taking successive steps in the direction of the negative of the gradient. x[n+1]=x[n]−η(∇f)xn where η is the "Learning Rate". Gradient Descent is widely used for training Machine Learning models. #neural #ai
  • u/rodrigo.siqueira
    Simple version that calculates sqrt(2). If you change initial "x" to -1, it will converge to -sqrt(2), that is the other root of the equation Y=X**3-X*2. Code: x = 1; learning_rate = .1; for(i=0;i<50;i++) { x = x - learning_rate * (x**3 - 2*x) } throw(x);

Please log in (or register) to comment.

show FPS hide FPS share 2 remixes fullscreen

function u(t) {

}//
140/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • wavey

Please log in (or register) to comment.

remix of d/15316 by u/taupelink

function u(t) {

}//
135/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • Chaos Photographer, Pic 1

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
138/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • Hex Spin
  • u/rep_movsd
    Very clever - each hexagon moves in a circle and spins, but alignment makes it seem like a roll :)
  • u/magna
    This is nuts. Or bolts. Hex nuts/bots.
  • u/katkip
    Awesome
  • u/aleamb
    relaxing

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
138/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
138/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • u/zibx
    Uncompressed code:
  • u/zibx
    t||(a=[p=[f=1e3,f,1,3]]);for(j=i=42;i--;)[X,Y,L,A]=k=a[i]||p,A+=S(i+t),V=X-C(A)*L,B=Y+S(A)*L,x.moveTo(X,Y),x.lineTo(V,B),M=f/j/j,L<M?k[2]+=M/j+i:a[i]=a[j++%j]=[V,B,0,A];x.stroke();
  • u/zibx
    By the way — it generates different pictures on each refresh.
  • u/katkip
    it's so beautiful if you #waitforit

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
140/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • Spheres

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
140/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • My second dwitter expirience

Please log in (or register) to comment.

Loading...
Next page