Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » game like gui(game like gui)
game like gui [message #716372] Wed, 17 August 2011 08:22 Go to next message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
Hi,

most of my application is straightforward data input output. I did some prototypes and works fine.

A little part of the GUI needs more interaction. It is for performing some kind of test.
The user will hear some sound and then has to select the correct label with character belonging to that sound.
So the sequence is like
The computer plays the sound.
The user clicks the label.
The user action is verified / correct or wrong
Some wait time and then the next sound.

In this sequence timing is important. I need to measure reaction times and the waiting time should also be precise (in milliseconds).

The question is, can this be done in RAP or do I have to make my own Javasript, JQuery or Qooxdoo or whatever component and integrate it in my RAP application.

Thanks


Re: game like gui [message #716542 is a reply to message #716372] Wed, 17 August 2011 16:25 Go to previous message
Eclipse UserFriend
Originally posted by:

Hi.

> The question is, can this be done in RAP or do I have to make my own
> Javasript, JQuery or Qooxdoo or whatever component and integrate it in
> my RAP application.

Well, you'll need a solution to play sound, everything else sounds
simple. (If the deviation created by the client-server communication is
small enough for you. But even if you measure in JS its only accurate on
about 16ms.)

However, pure JS (no matter the framework) will not be enough, unless
you restrict yourself to HTML5 browser. For all other you'll need some
plugin to play the sound, like Flash or Quicktime. Whatever way you go,
the browser widget will make it relatively easy to integrate this
component in the RAP application.

Greetings,
Tim
Previous Topic:Workbench seems to be full of multi-user issues.
Next Topic:org.eclipse.rap.jface.databinding
Goto Forum:
  


Current Time: Fri Apr 19 07:44:45 GMT 2024

Powered by FUDForum. Page generated in 0.04921 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top