Browser Plugins?

Miscellaneous Forums/General Discussion/Browser Plugins?

I noticed some engines provide browser plugins so you can run it within IE, firefox, etc. How do you achieve this?

There are some 3rd wrappers that work with Blitz as well --
igLoader, for example: http://www.igloader.com

OSAKIT - http://www.osakit.com/

It is simpler for non-compiled script engines such as Unity and Virtools, as they merely have to pass the script to the core engine which you've already downloaded in the plugin.

It's much more complicated for conventional languages (such as Bmax, Blitz3D, c++ etc).

Thanks a lot for those links. Probobly exactly what i'm looking for.

@beaker, Yeah, my plans are similar to just to have the engine load the specified game data so people can execute it through a browser. I need to look into it a bit more to understand it all better.

Osakit seems absolutely perfect. Thanks for sharing that.

I went to try igloader, but i'm not patient enough to wait for them to email me the information (12-24 hrs?). Probobly works just as good though.