How do firefox extensions make use of the whole screen in 3D (eg. CoolIris)?

857 Views Asked by At

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)

3

There are 3 best solutions below

0
On BEST ANSWER

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.

0
On

You have to use XPCOM and write native code.

2
On

"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.