dwitter.net | #improved

+ 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: #ScaryMovies
show FPS hide FPS share fullscreen
remix of d/1112 by u/sigveseb

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

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/16169 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).

  • Ray Marching SDF Smoke #improved fps

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/701 by u/sigveseb

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

  • More layers and a black background #improved

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/12336 by u/pavel

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

  • u/pavel
    This version is also #improved with a #grow effect and a cap on how dark the image gets if you leave it for a while.
  • u/Xen
    nice!

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/7094 by u/AnnanFay

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
remix of d/20267 by u/yonatan

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 1 remix fullscreen
remix of d/16174 by u/pavel

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

  • Ray Marching SDF Smoke #improved resolution

Please log in (or register) to comment.

show FPS hide FPS share 1 remix 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/tomxor
    I should clarify: to by pruning I mean not mearly skipping evaluation of individual permutations but to be able to skip entire subtrees of permutations by detecting equivalence at the root of that subtree.
  • u/joeytwiddle
    Pruning does sound sensible, but I'm not sure how to approach it.
  • u/joeytwiddle
    I am also having difficultly with >3 non-trivial outputs. I think the search space is too large. But at least I found some simplifications, such as: [1,3,5,7] => X-~X
  • u/tomxor
    Finally got it to solve a non linear one: D=[2,3,6,11,18,27] (2+X*X), just need a bit more patience

Please log in (or register) to comment.

You've reached the end.