BerserkBert / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryHTML5 - chromium for CryEngine 3

Chromium is an open-source browser project that can be used to render web pages and dynamic graphics at lightning speed. (see).

CryHTML5 is a bridge between the Chromium Embedded Framework and the CryEngine renderer, which allows developers to rapidly build UI for their games using the highly prevalent HTML5 format. Furthermore, developers can use JavaScript and the numerous open source JavaScript libraries available to browser based apps in the game engine.

CryHTML5 is licensed under the terms of GNU LGPL 2.1 license.

Installation / Integration

Clone (or add as a submodule) this repository to the Code directory. This plugin depends on Plugin_D3D and Plugin_SDK which should be checked out and compiled in the same way.

The plugin manager will automatically load up the plugin (from Bin32/Plugins) when the game/editor is restarted or if you directly load it.

CVars / Commands

  • cm5_active Activate 1 Deactivate 0
  • cm5_devtools Opens the Developer tools
  • cm5_url Open URL (Syntax cry://... will open files in game directories and pak files)
  • cm5_js Execute Javascript
  • cm5_input Input Mode 1 Keys only, 2 Mouse + Emulation (requires virtual cursor), 3 Hardware Mouse

Flownodes

FlowNode control interface is planned.

About

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.

License:Other


Languages

Language:C++ 91.7%Language:C 6.4%Language:HTML 1.9%