Question

I understand that Firefox addins can be created in Javascript and Chrome.

How do they run advanced graphics applications such as CoolIris ?

alt text
(source: cooliris.com)

Was it helpful?

Solution

Cooliris uses native compiled code utilizing graphics acceleration on the platforms it supports.

You can get a full screen GUI if you use Flash, but the user is informed about it (try watching a YouTube vid in fullscreen) and also the user can't do everything they can otherwise, like type using the keyboard.

OTHER TIPS

"Firefox addins can be created in Javascript", It could be true "All Firefox Add ins are created using javascript" might not be not true

Javascript is not the only way you can create Firefox addin, Just like Google toolbar may not have been created using javascript.Cooloris uses something more than javascript. Coolliris probably scraps Content using javascript or so, and uses a custom plug in (or something like Adobe Flash ) to run advanced graphics.

I could be wrong though.

You have to use XPCOM and write native code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top