Topic awaiting preservation: JavaScript for math and graphics (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Umeå, Sweden |
posted 09-05-2004 21:03
I've looked around this forum a bit now, and I've seen a number of usages of math, for example the bitwise operators from ECMAScript, a set of operators that I've just touched but never used to any greater extent*. Since you seem to be pretty graphics and math oriented here compared to what I'm used to. (CodingForums, where I usually hang out, is mostly about less advanced DHTML and DOM, forms and window handling and such.) So, I was wondering if you had some examples of what use these could be put to in graphics and math programming in JavaScript. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-05-2004 21:07
http://www.slimeland.com/raytrace/ |
Paranoid (IV) Inmate From: USA |
posted 09-05-2004 21:21
If you've looked around here, you've seen most of what I've done. Probably the two most interesting things that I have done in Javascript are the Quadtree renderer (which is still an active thread) and my interactive SVG panda avatar ( http://www.rpi.edu/~laporj2/ ). I find that Javascript/SVG makes an ideal open source replacement for Flash, not to mention the flexibility of JavaScript and the speed of SVG make it quite useful for doing non-trivial things graphically. |
Paranoid (IV) Inmate From: France |
posted 09-05-2004 22:02 |