bedrock-topcube
A bedrock module that provides a native window for a bedrock Web application. It uses topcube to provide a GTK-based window with an embedded WebKit browser to display the application UI.
Please see topcube for installation instructions regarding any native library dependencies.
Quick Examples
npm install bedrock-topcube
Create a simple bedrock Web application with a native application window:
var bedrock = ; ;;; // default configurationconfigtopcubename = 'Bedrock';configtopcubewidth = 1024;configtopcubeheight = 768; bedrockevents; bedrockstart;
Configuration
For more documentation on configuration, see config.js.