dwitter.net

+ 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: #Food
show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
136/140


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

  • Curved Geometry Drawer
  • u/LimeLaser
    This uses the bezierCurveTo method with different values to see what shapes it can draw.
  • u/marmph
    slap a few sines and cosines together and BAM ART

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

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).

  • Chromatic aberration v2

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
123/140


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

  • Grid Spiral

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).

  • I spent hours on this one #moire

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 fullscreen

function u(t) {

}//
139/140


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

  • Show more comments…
  • u/13thptr
    123 : N=999*S(t/10) for(c.width^=i=0;i<N;)Z=2*i/N-1,Y=S(i/5)*Z*.3,X=C(i++/5)*Z+Y*.76,Y=Z+Y*.64,x.fillRect(X*300+960,-Y*300+540,15,5)
  • u/13thptr
    *126: N=999*S(t/10);for(c.width^=i=0;i<N;)Z=2*i/N-1,Y=S(i/5)*Z*.3,X=C(i++/5)*Z+Y*.76,Y=Z+Y*.64,x.fillRect(X*300+960,-Y*300+540,15,5)
  • u/Benjiji
    Nice, thx!
  • u/atgz
    you can also use .7 instead of 0.7, might come in handy next time

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
79/140


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

  • Psychadelic Effect

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
92/140


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

  • Pretzel (Lissajous Curve)

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/14962 by u/katkip

function u(t) {

}//
137/140


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

  • Adding a second color to https://www.dwitter.net/d/14962 , but mostly I want to draw attention to the original. Please go to the original and click Awesome!

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/15357 by u/tomxor

function u(t) {

}//
134/140


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

  • Colour Marbles

Please log in (or register) to comment.

Loading...
Next page