dwitter.net | danny@hille.dk (36130)

+ 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) {

}//
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.


function u(t) {

}//
90/140


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

  • Beware #gpt3 will take our jobs as dwitter golfers... Prompt to ChatGPT: "Write a small js code golf that draws something interesting on canvas". Answer: "Here's a code golf that draws a spiral on an HTML canvas" (followed by JS code with explanations). I did minimal interference (to fit center screen, changed "j<4" from the original code to "j<9" to improve contrast, changed c.getContext to x.)
  • u/Qwitter
    Robots are our friends. And do you get paid???
  • u/rodrigo.siqueira
    I don't get paid... in fact I'm paying to use the GPT-3 API (because the free version is too politically correct and moralistic). Some artists are complaining about the image-generating AIs, but I think those image generators are helping to spread the names of unknown artists (they are used as prompt modifiers to define the resulting style).
  • u/tomxor
    Yes but what was it derived from, GPT is very good at lying.
  • u/Odog8
    Lol where do you think the dataset came from

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
gjz

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

  • Ode to code

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
Xen
remix of d/26787 by u/patorick1

function u(t) {

}//
96/140


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

  • Gold and Play

Please log in (or register) to comment.

show FPS hide FPS share 1 remix 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).

  • u/taupelink
    Faster version: for(X=1920,k=256;X--;x.fillRect(X,Y,w,2))Y=t*120,a=X%k-128,b=Y%k-128,h=a*a+b*b,w=(X&k)==(Y&k)^(k<h&h<4e3)^(a*a<81|b<40)
  • u/taupelink
    For reference, this dweet is d/26799

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
Xen
remix of d/26795 by u/hauntedg

function u(t) {

}//
130/140


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

  • slight golf so you can grow this more

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
Xen
remix of d/26793 by u/taupelink

function u(t) {

}//
128/140


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

  • slight golf so it fits, not sure if useful

Please log in (or register) to comment.


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

  • Adding vertical swing

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
126/140


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

  • Slight golf, could be 115 without beginPath but goes nuts towards middle.

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
129/140


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

  • u/taupelink
    For future reference. Inspired by SDFs and Piter Pasma's video about them

Please log in (or register) to comment.

Loading...
Next page