Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

GUI with IFC: pro and contra

Mikhail_S_4
Beginner
734 Views

Hello to all!


I would like to develop a graphical user interface (GUI) for my cross-platform software. I use the Intel Fortran Compiler and the Intel Math Kernel Library.
Could I develop the GUI with the Intel Fortran Compiler only?

Please give me arguments pro and contra.

Best regards.

0 Kudos
7 Replies
Paul_Curtis
Valued Contributor I
734 Views
"GUI" and "cross-platform" will be hard to achieve. IVF can be used for Windows GUI programming, with access to the full Windows API largely provided/supported by Intel, and easily extended. However, there is no universal means of directly coding GUI features which supports other platforms.
0 Kudos
Steven_L_Intel1
Employee
734 Views
There's also GINOMENU, which is cross-platform. I have not used it myself but I have heard nice things about it from customers.
0 Kudos
rase
New Contributor I
734 Views
Steve mentions GINOMENU; I use the Winteracter library for several years now, for GUI, graphic display and interaction. Winteracter is easier to use and less troublesome than the Windows and IVF graphic interfaces, but it's not free, unfortunately.
0 Kudos
Steven_L_Intel1
Employee
734 Views
Winteracter is also not cross-platform, which GINOMENU is. Otherwise, I would not have expressed a preference.
0 Kudos
Mikhail_S_4
Beginner
734 Views
Steve, Paul Thanks for reply.
0 Kudos
Winteracter
Beginner
734 Views
Apologies for the very late response to this thread, but (most unusually!!!) a significant correction is required to something Steve Lionel wrote here. Winteracter is a cross platform product and has been for many years now. It has supported Linux since 2000 and Mac OS X since 2005. A total of 5 different implementations are available for use with Intel's range of Fortran compilers, across Windows (32 and 64-bit), Linux (32 and 64-bit) and Mac (32-bit). Unlike competitors, we provide our visual development tools across all those platforms too.
0 Kudos
Steven_L_Intel1
Employee
734 Views
Sorry for the misinformation - I thought I had checked this out on the Winteracter site.
0 Kudos
Reply