JS1k, 1k Javascript demo contest
js1k.com
JS1k, 1k Javascript demo contest
1–10 of 20 posts
Re: JS1k, 1k Javascript demo contest
#2It runs super slow on Firefox, it does much better in Chrome.
Re: JS1k, 1k Javascript demo contest
#3Re: JS1k, 1k Javascript demo contest
#4Looks like a burgeoning Javascript demoscene. Good luck to everyone who wants to top the 284 byte ray marcher, though: http://www.p01.org/releases/512b_jspongy/ It runs super slow on Firefox, it does much better in Chrome.
Edit: I started looking into it. He does some really bizarre things, like having all of his assignments and statements in the parens of a for loop, assigning Math.cos to $, and some tricky bit ops. Unfortunately, I don't think I understand the math well enough to totally understand it.
Re: JS1k, 1k Javascript demo contest
#5ah, oh - those need C/ASM ... something almost no one of you knows.
Re: JS1k, 1k Javascript demo contest
#6This one is also nice: http://js1k.com/demo/12
Re: JS1k, 1k Javascript demo contest
#7Re: JS1k, 1k Javascript demo contest
#8Some of the demos are absolutely stunning for their size. I'm more and more convinced that javascript will be the dominant 'starter' language for new programmers in the future and these small programs are just the right size for enthusiastic kids to pry apart and learn from.
Re: JS1k, 1k Javascript demo contest
#9Looks like a burgeoning Javascript demoscene. Good luck to everyone who wants to top the 284 byte ray marcher, though: http://www.p01.org/releases/512b_jspongy/ It runs super slow on Firefox, it does much better in Chrome.
This time I wrote a Quaternion Julia fractal raymarcher using the Hubbard-Douady distance estimation and tried to wrap the all thing with a nice design.
Hope you like this first entry to JS1K and appreciate the efforts.
PS: It works at a good 20fps in Firefox on my 2yo machines.
Re: JS1k, 1k Javascript demo contest
#10This one is amazing: http://js1k.com/demo/39 (move your mouse to change the colors). This one is also nice: http://js1k.com/demo/12