Author Topic: Interactive simulator for GUI  (Read 739 times)

0 Members and 1 Guest are viewing this topic.

Online ricko_ukTopic starter

  • Super Contributor
  • ***
  • Posts: 1083
  • Country: gb
Interactive simulator for GUI
« on: April 05, 2022, 10:38:06 pm »
Hi,
I would like to make an interactive GUI simulation for a touch display product, so for example depending on which button they press a different screen is displayed.
It would be helpful for me but also for the client. It would be nice if they can download it on their smart phone (even if the screen size would obviously be different) or as second option, onto their PC.

I was wondering about a couple of things...
- can you suggest any free solution, preferably iphone/android app and if not then PC?
- how do they make those really nice UI graphics? Obviously you can have a graphic designer doing them for you and then use either the vector or the bitmaps. But perhaps there are packages that already have built-in fancy graphic templates?

Thank you :)
 

Online Nominal Animal

  • Super Contributor
  • ***
  • Posts: 6840
  • Country: fi
    • My home page and email address
Re: Interactive simulator for GUI
« Reply #1 on: April 05, 2022, 11:45:45 pm »
The simplest method for GUI simulation/demonstration I know of, is to make web pages (HTML+CSS+Javascript) pretending to be the UI.  Works everywhere.  Use screenshots from actual buttons and so on; then, you can show how the same UI looks on different devices (assuming you target multiple platforms).
 
The following users thanked this post: cdev

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 15275
  • Country: fr
Re: Interactive simulator for GUI
« Reply #2 on: April 05, 2022, 11:57:25 pm »
Yep. Now, if you're not familiar with HTML, or CSS, or JS, it may not be all that easier to do than just writing a quick mock-up UI with your favorite GUI library. But the benefit of going HTML is that you can have other people do it for you. There are many, many web developers out there.

I've occasionally used Pencil: https://pencil.evolus.vn/
but, IIRC, it doesn't create "dynamic" content. It's just static. That may have changed though, so it's worth a look.

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf