neutralinojs / webview

A modified version of C++ webview for Neutralinojs.
MIT License
10 stars 1 forks source link

Bad performance of js application #13

Open jrie opened 3 years ago

jrie commented 3 years ago

Expected Behavior
All actions should run smooth, without stuttering

Actual Behavior
Currently the drawing and actions seem to be very slow and nearly unresponsive and receive heavy lags

Steps to Reproduce the Problem

  1. Download the attached app zip and unpack ReLayX2_cut.zip - the application can also be found here at Github
  2. Start normally using neu run oder neu dist and run the Linux executable
  3. Use click and drag to create a container element inside the application
  4. Press and hold space key to mirror
  5. Release the mouse button while still pressing space key
  6. Release space key
  7. Try to select a random container and delete using the del key
  8. Move the mouse around and use some keyboard shortcuts like delete, drag move and so forth
  9. Notice the lag during inputs, selections and keyboard actions

Specifications