View previous topic :: View next topic |
Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Tue Jun 21, 2011 1:42 pm Post subject: how to create web player like unity and panda3d |
|
|
what should i learn to create web player like unity and flash.
any books or tutorial suggestion will be fine.
my motto is to run my opengl game in browser.
and please no suggestion regarding:
1) how to use google and
2) why not to make my own player and use another one instead.
thank you.
Last edited by Freiza on Tue Jun 21, 2011 2:06 pm; edited 2 times in total |
|
Back to top |
|
 |
Ax3l Cheater
Reputation: 1
Joined: 22 May 2011 Posts: 37
|
Posted: Tue Jun 21, 2011 1:54 pm Post subject: |
|
|
How do create firefox/chrome/IE plugins
Data decompression I guess
Video decoding maybe
Lots of programming skillz
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25717 Location: The netherlands
|
Posted: Tue Jun 21, 2011 5:24 pm Post subject: |
|
|
try going from here
https://developer.mozilla.org/en/Gecko_Plugin_API_Reference
anyhow, basically: Get a window handle and intercept messages for it and render to there. Can be from a dll loaded in the process itself, or a separate process (google earth for example uses a different process for the rendering to the window handle)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
AhMunRa Grandmaster Cheater Supreme
Reputation: 27
Joined: 06 Aug 2010 Posts: 1117
|
Posted: Tue Jun 21, 2011 6:30 pm Post subject: |
|
|
html5? Supposedly it will surpass both Java and Flash in the future. At least that's what people hyping it are leading us to believe.
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.> |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Tue Jun 21, 2011 9:30 pm Post subject: |
|
|
AhMunRa wrote: | html5? Supposedly it will surpass both Java and Flash in the future. At least that's what people hyping it are leading us to believe. |
It has great potential, as long as every browser supports it properly. IE9 is already failing with CSS3 so doubt Microsoft will get it right. Since they feel the need to not follow comity standards and just do their own thing every time.
_________________
- Retired. |
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Wed Jun 22, 2011 12:39 am Post subject: |
|
|
webgl is not mature.(so i am not opting html5)
@Dark Byte and wiccaan
gecko plugin is nice option.. but i think going with firebreath should be better as it will covers npapi and internet explorer both..
but am unable to get any books on firebreath...(can you suggest some)
and what to learn for activex control for internet explorer.
Thank you
|
|
Back to top |
|
 |
AhMunRa Grandmaster Cheater Supreme
Reputation: 27
Joined: 06 Aug 2010 Posts: 1117
|
Posted: Wed Jun 22, 2011 10:57 am Post subject: |
|
|
Not to hijack the thread, but I'd steer clear of html5 personally, as I fully agree with the consensus about standards. None of the major browser factories can even agree on browser standards.
.NET would not be a bad choice, though I am hearing now that MS is considering dropping support in the future. Due to the Silverlight failure to really get a foothold.
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.> |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Wed Jun 22, 2011 12:56 pm Post subject: |
|
|
AhMunRa wrote: | Not to hijack the thread, but I'd steer clear of html5 personally, as I fully agree with the consensus about standards. None of the major browser factories can even agree on browser standards.
.NET would not be a bad choice, though I am hearing now that MS is considering dropping support in the future. Due to the Silverlight failure to really get a foothold. |
The talk about dropping Silverlight was a dev's slip up at MIX. It's not actually going anywhere and the new version of Silverlight is in the works. .NET itself wont be going anywhere anytime soon either, it has become their main focus with Windows.
_________________
- Retired. |
|
Back to top |
|
 |
|