Making your Physiome Interface with CMGUI and Mozilla ----------------------------------------------------- !PDF version: `Cmgui-interfaces_v0.2.pdf`__ To view the demos you will need to install the mozCmgui Mozilla extension. Download_ and follow the [Installation Instructions] Shane Blackett Bioengineering Institute University of Auckland 10 November 2006 Updated 27 March 2007 Features -------- - 3D Interface - Controllable with Javascript and "gfx" commands - Streams across the internet - Works with Linux and Windows ProjectTextureApp_0.01 ---------------------- !Run: `ProjectTextureApp_0.01.xul`__ Javascript:: function set_up_cmgui_and_create_window() { ................................................... // Initialise cmgui, loading files from memory. window.commandData.executeCommand("gfx read elements memory:/cube.exelem;"); .................................................... } function download_files() { // Download files from internet .................................................. var files = [ "cube.exelem" ]; ................................................... } ProjectTextureApp_0.02 ---------------------- - Show steps and loaded files down left hand side - Load background - Load model - Define texture coordinates - Calculate texturea ProjectTextureApp_0.02 ---------------------- Layout that doesn't do anything !Run: `ProjectTextureApp_0.02.xul`__ XUL::