Skip to main content
Senior
April 23, 2025
Solved

Executable or standalone PC viewer for TouchGFX project?

  • April 23, 2025
  • 1 reply
  • 510 views

Hi,

what is the best way (excluding asking them to use TouchGFX) to show a preview of a touchGFX project - with just button functionality to navigate between screens - to a someone?

Is there perhaps a viewer for Window or can a project be compiled and sent as .EXE?

If not, what is the best way to send someone an interactive TouchGFX UI project (again, all I need is the navigation between screens through the buttons in the UI)?

Thank you

Best answer by GaetanGodart

Hello @Ricko ,

 

You could share the simulator project with them so they can run it on any Windows computer.
To do so, just share the folder build/bin that contains the simulator.exe but also some dll that are required (SDL2, libpng, etc).

 

Regards,

1 reply

GaetanGodart
GaetanGodartBest answer
Technical Moderator
April 23, 2025

Hello @Ricko ,

 

You could share the simulator project with them so they can run it on any Windows computer.
To do so, just share the folder build/bin that contains the simulator.exe but also some dll that are required (SDL2, libpng, etc).

 

Regards,

RickoAuthor
Senior
April 23, 2025

Thank you @GaetanGodart 

GaetanGodart
Technical Moderator
April 23, 2025

My pleasure! :)