Difference between revisions of "CWASA Platform Issues"

From Virtual Humans
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
== Web Applications : HTML5 JavaScript and WebGL ==
 
== Web Applications : HTML5 JavaScript and WebGL ==
The core JASigning software is implemented in HTML5 using JavaScript and WebGL. It functions on OS X, Windows, Linux, iOS, and some Android devices. It may work on other platforms. Linux usage has been tested only on Ubuntu at present.
+
The core [[CWA Signing Avatars|CWASA]] software uses JavaScript for HTML5 web pages using WebGL. It functions on OS X, Windows, Linux, iOS, and some Android devices. It may work on other platforms. Linux usage has been tested only on Ubuntu at present.
  
 
==== OS X ====
 
==== OS X ====
JASigning WebGL software  should work with '''Firefox''', '''Chrome''', '''Opera''', and '''Safari'''.
+
CWASA software  should work with '''Firefox''', '''Chrome''', '''Opera''', and '''Safari'''.
  
 
==== Windows ====
 
==== Windows ====
JASigning WebGL software  should work with '''Firefox''', '''Chrome''', '''Opera''', '''Edge''', and '''Internet Explorer'''.
+
CWASA software  should work with '''Firefox''', '''Chrome''', '''Opera''', and '''Edge'''. <br/>It can also be used with '''Internet Explorer''', but using scripts transpiled for an earlier version of JavaScript.
  
 
==== Linux ====
 
==== Linux ====
JASigning WebGL software  should work with '''Firefox''', '''Chrome''', '''Opera''', '''Chromium''', and '''Vivaldi'''.
+
CWASA software  should work with '''Firefox''', '''Chrome''', '''Opera''', '''Chromium''', and '''Vivaldi'''.
  
 
==== iOS ====
 
==== iOS ====
JASigning WebGL software  should work with '''Safari'''.
+
CWASA software  should work with '''Safari'''.
  
 
== Standalone Applications : Node.js and Electron ==
 
== Standalone Applications : Node.js and Electron ==
Applications based on the HTML5 JavaScript and WebGL implementation can be installed on OS X, Windows, and Linux. Linux usage has been tested only on Ubuntu. Experience of use on other versions would be welcomed.
+
Applications based on the HTML5 JavaScript and WebGL implementation can be installed on OS X, Windows, and Linux. Linux usage has been tested only on Ubuntu. Experience of use on other versions of Linux would be welcomed.
  
In addition to being able to animate SiGML data provided as text or via a URL, the applications act as a server, receiving SiGML data from any host on port 8052.  See [[Consfiguring]]. A suitable client program is available as a Java Web Start application. Alternatively, on Unix systems, including OS X and Linux, the command <code>nc localhost 8052 < mySigns.sigml</code> will send SiGML data to the application.
+
In addition to being able to animate SiGML data provided as text or via a URL, the applications act as a server, receiving SiGML data from any host on port 8052.  See [[Driving the SiGML Player App]] and [[SiGML Tools]] for tools and apps to communicate with the player.
  
 
==== OS X ====
 
==== OS X ====
Line 36: Line 36:
 
== Java Web Start ==
 
== Java Web Start ==
  
Legacy [[JASigning]] applications and applets are launched using [http://en.wikipedia.org/wiki/Java_Web_Start Java Web Start] through Java Network Launching Protocol (JNLP) files. The use of JNLP files for applets is deprecated in modern browsers so the software can only be used in excetional circumstabces. See [[JASigning Platform Issues]] for further details.
+
Legacy [[JASigning]] applications and applets are launched using [http://en.wikipedia.org/wiki/Java_Web_Start Java Web Start] through Java Network Launching Protocol (JNLP) files. The use of JNLP files for applets is deprecated in modern browsers so the software can only be used in exceptional circumstances. See [[JASigning Platform Issues]] for further details.
  
 
----
 
----
 
[[Main Page|Home]] >> [[CWA Signing Avatars|CWASA]]
 
[[Main Page|Home]] >> [[CWA Signing Avatars|CWASA]]

Latest revision as of 18:33, 15 January 2021

Home >> CWASA


Core Software : JavaScript

Web Applications : HTML5 JavaScript and WebGL

The core CWASA software uses JavaScript for HTML5 web pages using WebGL. It functions on OS X, Windows, Linux, iOS, and some Android devices. It may work on other platforms. Linux usage has been tested only on Ubuntu at present.

OS X

CWASA software should work with Firefox, Chrome, Opera, and Safari.

Windows

CWASA software should work with Firefox, Chrome, Opera, and Edge.
It can also be used with Internet Explorer, but using scripts transpiled for an earlier version of JavaScript.

Linux

CWASA software should work with Firefox, Chrome, Opera, Chromium, and Vivaldi.

iOS

CWASA software should work with Safari.

Standalone Applications : Node.js and Electron

Applications based on the HTML5 JavaScript and WebGL implementation can be installed on OS X, Windows, and Linux. Linux usage has been tested only on Ubuntu. Experience of use on other versions of Linux would be welcomed.

In addition to being able to animate SiGML data provided as text or via a URL, the applications act as a server, receiving SiGML data from any host on port 8052. See Driving the SiGML Player App and SiGML Tools for tools and apps to communicate with the player.

OS X

The software is provided in a Disk Image via a .dmg file. The image should be mounted and the application copied to disk. Security preferences may prevent the application being opened immediately because they do not come from the App Store or an identified developer. To run blocked applications it is necessary to open them by double-clicking with the control-key down or by right-clicking and choosing Open. On future occasions the software should launch normally.

Windows

The software is provided as an executable .exe file that can be run to install and launch the software. A shortcut to the application will then be placed on the desktop.

Linux

The software is provided in an application image .AppImage file which is program that will install the software. The downloaded application image file must be made executable and then run. This may be done by right-clicking the file, selecting Properties, selecting the Permissions tab, and choosing to allow executing the file as program. Alternatively, the command chmod +x SiGML-Player.AppImage can be entered in a shell.

Legacy Software : Java

Java Web Start

Legacy JASigning applications and applets are launched using Java Web Start through Java Network Launching Protocol (JNLP) files. The use of JNLP files for applets is deprecated in modern browsers so the software can only be used in exceptional circumstances. See JASigning Platform Issues for further details.


Home >> CWASA