Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Which is better language for GUI development

Which is better language for GUI development

TCL or C++ ,VB or using Matlab

Which will be fast and can be used for porting the bit/sof file into FPGA

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    tcl seems to be pretty straight forward since altera does a lot of stuff in tcl and the libs may be public.

    or you could go with the language you feel more comfortable with (python, java, vb or w/e)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    BTS system of the Altera always be developed by using JAVA,maybe it is considered to be run in different OS well.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I have found Python with Qt to be extremely versatile and powerful. I've constructed several GUIs with the python port of Qt called PySide, and it is waht I'd recommend. -James