pro
pro

Reputation: 963

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

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)

Upvotes: 3

Views: 855

Answers (3)

i_am_jorf
i_am_jorf

Reputation: 54640

You have to use XPCOM and write native code.

Upvotes: 2

PEZ
PEZ

Reputation: 17004

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.

Upvotes: 4

kalyang
kalyang

Reputation: 209

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

Upvotes: 2

Related Questions