irrlicht in a browser: Irrlicht + ActiveX made easy

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
ohanegby
Posts: 4
Joined: Fri Aug 31, 2007 4:57 pm
Contact:

irrlicht in a browser: Irrlicht + ActiveX made easy

Post by ohanegby »

Hi,
I posted a tutorial on a method for making an application using irrlicht to run inside an activex control as an external process, making it very easy to run existing applications inside a browser without much modification.
the tutorial is available in my blog including the full source code:
http://copperbit.com/?p=20

Ori
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Any link, demo, something we could check to see it live on our PCs?
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Mirror
Posts: 218
Joined: Sat Dec 01, 2007 4:09 pm

Post by Mirror »

he has full source code in his website as he states and also some screenshots so you can check it
ohanegby
Posts: 4
Joined: Fri Aug 31, 2007 4:57 pm
Contact:

Post by ohanegby »

making a live demo is more complex than just a tutorial. you need to make something that automatically downloads the assets to your local computer on to a valid location (the application data special folder is a good place for that) and run it from there. As mirror stated there is the full source code and screenshots on the website.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Thanks for posting this, it's an interesting read.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
thomas3
Posts: 1
Joined: Fri May 15, 2009 9:31 pm
Location: Copenhangen, DK
Contact:

Irrlicht in browser plugin

Post by thomas3 »

Dear All.

Take a look at the Roozz plugin at www.3djam.com/roozz it will allow you to publish an Irrlicht based game in a webpage in a few minutes without having to recompile your .exe file.

Here is a demo using Irrlicht: www.3djam.com/roozz/default.aspx?c=gallery

This page has some video tutorials that show you how to get started:
www.3djam.com/roozz/default.aspx?c=tutorials.

/Roozz team.
Post Reply