hendrikp / CryHTML5

CryHTML5 is a bridge between the Chromium Embedded Framework and the CryEngine renderer, which allows developers to rapidly build UI for their games using HTML5 and JavaScript.
Other
42 stars 14 forks source link

Migrate to CryEngine V and integrate directly with Renderer #1

Open hendrikp opened 8 years ago

hendrikp commented 8 years ago

One of the first tasks would be to remove the dependency to the Plugin_D3D which is no longer needed as CryENGINE V is now shipping full engine Sourcecode. So one of the first things would be to extend the CryENGINE V Renderer interface to reliably update/exchange the HTML rendering surface, once this is done the Plugin is ready for its release.

The plugin was already fully working on older CryENGINE versions see here: https://www.youtube.com/watch?v=YphBFbS93EU

This issue and project itself can be taken on by anyone with intermediate C++, DirectX and CryENGINE experience. Happy Coding ;)

MergHQ commented 8 years ago

Should we also remove the dependency to Plugin_SDK and build a new system to load the module?

hendrikp commented 8 years ago

its not necessary.

2016-03-25 22:24 GMT+01:00 Hugo Holmqvist notifications@github.com:

Should we also remove the dependency to Plugin_SDK and build a new system to load the module?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/hendrikp/CryHTML5/issues/1#issuecomment-201513338

ifight commented 8 years ago

Is there a youtube video showing how to intergrate this with cryengine V?

hendrikp commented 8 years ago

no as explained it requires intermediate knowledge.

2016-03-29 16:15 GMT+02:00 ifight notifications@github.com:

Is there a youtube video showing how to intergrate this with cryengine V?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/hendrikp/CryHTML5/issues/1#issuecomment-202913084