... I'll try to get you something in a week or so. Paul A. Houle Digital Library Programmer/Analyst Library Systems Olin Library 503 (607) 539-7490...
275
nicferrier2000
Aug 4, 2006 3:54 am
Hi Can someone tell me what version of firefox this call is working in? I've tried to write an extension to capture and save web pages imageas using a...
276
Andrew
triptych999
Aug 4, 2006 6:21 am
I believe this only works in xul (basically extensions and greasemonkey) but I would love to know if there is a version that has this working in HTML?...
277
Vladimir Vukicevic
vvukicevic
Aug 4, 2006 7:55 am
toDataURL() should work for web content starting with Firefox 2, with some restrictions -- specifically, a canvas becomes "write only" if an image from a...
278
Nic James Ferrier
nicferrier2000
Aug 4, 2006 9:31 am
... Cheers Vlad, but sheesh... that's disappointing. If I get a trunk firefox will that have it in? -- Nic Ferrier http://www.tapsellferrier.co.uk for all...
279
Vladimir Vukicevic
vvukicevic
Aug 4, 2006 5:56 pm
... Yep, Firefox 2 and trunk. - Vlad...
280
Andrew
triptych999
Aug 4, 2006 10:46 pm
That's awesome news (that it's turned on). Vlad, anyone else out there, got any examples of it working? -Andrew...
281
Arve Bersvendsen
yrandomtox
Aug 7, 2006 10:13 am
On Sat, 05 Aug 2006 00:44:42 +0200, Andrew <andrew@...> ... <URL:http://virtuelvis.com/archives/2005/10/canvas-mandelbrot> Be noted that,...
282
Ram Yalamanchili
firstoneonsun
Aug 7, 2006 11:35 am
pretty nice demo Arve, and simple enough to make the images. How come it comes up as PNG? is that the default format of toDataURL? Ah, do you guys know if...
283
Nic James Ferrier
nicferrier2000
Aug 7, 2006 11:50 am
... Yes. -- Nic Ferrier http://www.tapsellferrier.co.uk for all your tapsell ferrier needs...
284
Arve Bersvendsen
yrandomtox
Aug 7, 2006 3:38 pm
On Mon, 07 Aug 2006 13:26:12 +0200, Ram Yalamanchili <ramyinc@...> ... Yes, the default type is image/png. See ...
285
Ram Yalamanchili
firstoneonsun
Aug 7, 2006 6:15 pm
Hi Arve, thanks for the links. I already use excanvas, but the feature to store the canvas back to an image or so would be very useful in cases like an image ...
286
Ram Yalamanchili
firstoneonsun
Aug 7, 2006 11:37 pm
Hey, Anyone know of ways to measure the memory footprint of canvas usage in firefox? or on IE via excanvas? I'm wondering if there is anything i need to be...
287
Vladimir Vukicevic
vvukicevic
Aug 7, 2006 11:42 pm
... For Firefox, it's only dependant on the size of the entire canvas -- 1000x1000 will take up about 4MB of memory. However, some additional memory will be...
288
Fan Wu
wufan97
Aug 10, 2006 6:05 pm
Hi, I am playing with the "webdep" library which was developed by Dave Hoover and Aslak Hellesøy. It builds nodes and dependencies using Canvas. Please check...
289
grussmir
Aug 11, 2006 8:53 am
Hello to all, maybe this question is adressed especially to Vladimir Vukicevic, but I am looking for the Canvas OpenGL (3d context) extension for Firefox ...
290
Vladimir Vukicevic
vvukicevic
Aug 11, 2006 6:24 pm
Hi Michael, ... I'll have to apologize here -- I haven't had time to do finish up the extension for the moz-gles11 context since XTech; I've been swamped with...
291
threeharvest
Aug 11, 2006 10:53 pm
This relates to the integration of html and canvas with each other. may look naive. Suppose I want to develop a web app. Use the whole page area for canvas. I...
292
Marcus Engene
ehsmeng_ch
Aug 12, 2006 7:27 am
... What you talk about is basically implementing Qt in canvas? That would be quite a bit of a work and quite likely slow. If you want some kind of framework...
293
Philip Taylor
excors_y
Aug 19, 2006 9:59 pm
I saw Canvascape a long time ago, and recently became interested in how far that idea could be pushed. I've ended up with something that seems conceptually...
294
Andrew
triptych999
Aug 20, 2006 12:46 am
This is crazy cool! It would be great to see some more in-depth discussion of the 3d engine......
295
canvasgame
Aug 20, 2006 9:48 am
... I am very impressed with that demonstration. A few months ago I was starting to work towards advancing canvascape to a doom style raycaster but did not...
296
Andrew
triptych999
Aug 20, 2006 5:17 pm
You should totally continue to develop this engine as well - it seems really fast also - or if not continue to develop it - put it up on some code hosting...
297
Philip Taylor
excors_y
Aug 20, 2006 7:28 pm
... http://canvex.lazyilluminati.com/84/play.xhtml is using Doom's E1M1 geometry (automatic conversion plus some manual tweaking because my code only likes...
298
Habiba Mohamed
monyarts2
Aug 21, 2006 9:39 am
please join my group : http://groups.yahoo.com/group/myspacelayout __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
299
Arve Bersvendsen
yrandomtox
Aug 23, 2006 8:21 pm
There are already a few interesting canvas experiments out there (I found Canvex to be a truly impressive piece of work), a number of real canvas-based...
300
Paul A Houle
magenta_tapir
Aug 25, 2006 5:16 pm
I've got a version of polyhedra.org that lets people spin models with the mouse, see http://devel.polyhedra.org/ It's not ready to go into production. It...
301
Vladimir Vukicevic
vvukicevic
Aug 25, 2006 6:58 pm
Hi Paul, I'll fire things up in a profiler this weekend and see whether that reveals anything; I'll let you know. What version of Firefox were you testing...
302
Andrew
triptych999
Sep 15, 2006 7:31 pm
http://matt.west.co.tt/talks/canvastastic/ http://matt.west.co.tt/javascript/canvastastic-beta-1/ Just ran across this and knew it'd be of interest here....
303
Philip Taylor
excors_y
Sep 16, 2006 1:54 am
... That looks quite interesting, particularly with the gradient lighting - though it does seem to suffer from the usual 3D-in-2D-canvas problem of poor...