GUI with IFC: pro and contra

GUI with IFC: pro and contra

Mikhail S.的头像

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.

8 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
Paul Curtis的头像

"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.

Steve Lionel (Intel)的头像

There's also GINOMENU, which is cross-platform. I have not used it myself but I have heard nice things about it from customers.

Steve
rase的头像

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.

Steve Lionel (Intel)的头像

Winteracter is also not cross-platform, which GINOMENU is. Otherwise, I would not have expressed a preference.

Steve
Mikhail S.的头像

Steve, Paul
Thanks for reply.

Winteracter的头像

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.

Steve Lionel (Intel)的头像

Sorry for the misinformation - I thought I had checked this out on the Winteracter site.

Steve

登陆并发表评论。