atomicthumbs
I am the king of the collectors, with hospital bed
http://www.fuse-software.com/software/vektrix
What do you guys think? Better than Gnash, maybe?
What do you guys think? Better than Gnash, maybe?
slygamer said:Or perhaps a Flash runtime in Javascript?
XPANSiVE said:slygamer said:Or perhaps a Flash runtime in Javascript?
The tiger one takes up 13% cpu on my core-i7 and it isn't even animated. Probably won't work too well on a pandora.
slygamer said:Or perhaps a Flash runtime in Javascript?
Actually, Firefox uses an interpreter of sorts, while Chrome has a fairly advanced compiler. I tested it and even against WebKit's SFX engine (which on my CPU is roughly 2.5 times faster than Gecko), it's so much faster it basically can't be measured. It's very likely that Firefox is taking up a lot of CPU for something like this where Chrome might not.XPANSiVE said:Firefox.
Hmm.. maybe its a background process.
EDIT: Nope, its Firefox. Must be some kinda glitch.
All three demos worked fine here. I was impressed that Safari on the iPhone ran it so well.borgqueenx said:Ive tested that flash javascript thing on my iphone 3gs and i promise you dont wanna run it on pandora. It almost crashes my iphone.
go scroll around or try to save the "image", zoom in and zoom out.slygamer said:All three demos worked fine here. I was impressed that Safari on the iPhone ran it so well.borgqueenx said:Ive tested that flash javascript thing on my iphone 3gs and i promise you dont wanna run it on pandora. It almost crashes my iphone.
...wait, what?GizmoTheGreen said:well, the iphone is closed source isnt it?
run a proper webbrowser on it and try again, like chrome? or midori.
well whatever, im against any usage of java anyway.
except for maybe, Bluray java to use emulators on ps3, like the nes emu that worked for a while.
Safari and its mobile counterpart are both based on WebKit which is completely free and subsequently also the fastest rendering engine you'll find in mainline browsers. It's also one of the most standard compliant browsers. Chrome is based on ooh~ you guessed it, WebKit, and midori is based on... hold for applause: WebKit! So quit your nonsensical ramblings.GizmoTheGreen said:well, the iphone is closed source isnt it?
run a proper webbrowser on it and try again, like chrome? or midori.
well whatever, im against any usage of java anyway.
except for maybe, Bluray java to use emulators on ps3, like the nes emu that worked for a while.
no, WebCore is the HTML/CSS engine, JavaScriptCore (+ either SquirrelFishExtreme or V8) is the JS parser. Chromium/Chrome uses V8 as the only browser out of those listed and Midori, Safari, Epiphany, and a metric crap-ton of others use SFX.Laurencevde said:But webkit is only a html-engine/parser. You need to hook up you own javascript-engine.