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

Graphics in Intel Fortran Compiler

gamma-jm
Beginner
828 Views
How can I easy graphics and windows under Intel Fortran Compiler for Windows?
Where can I find the documentation from the commands (for example: line, circle..)?
Thanks

0 Kudos
5 Replies
Dishaw__Jim
Beginner
828 Views
Is your goal to produce plots of data (e.g. XY chart) or do you need to access to the graphics (e.g. rendering).

For plotting data I use PLplot. I find it easier than the new, but no longer supported, Array Visualizer.
0 Kudos
gamma-jm
Beginner
828 Views
I want to produce a Window for Data entering and draw easy drawings like circles.
0 Kudos
Steven_L_Intel1
Employee
828 Views
Read about QuickWin in the compiler's documentation under Building Applications.
0 Kudos
gamma-jm
Beginner
828 Views
Thanks for the Information and I read too abaout Array Visualizer, but I couldn't do a example.
Do you have easy examples for both: QuickWin and Array Visualizer in order to compile from Console (DOS-Windows)

Thank you

0 Kudos
Steven_L_Intel1
Employee
828 Views
Version 10 of the compiler comes with three QuickWin samples: Calendar, QWPaint and SciGraph. These should give you a feel for what is possible. Each one has a build.bat script which builds the application.
0 Kudos
Reply