Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Which is better language for GUI development

Altera_Forum
Honored Contributor II
1,870 Views

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
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
566 Views

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)
0 Kudos
Altera_Forum
Honored Contributor II
566 Views

what exactly are you trying to do?

0 Kudos
Altera_Forum
Honored Contributor II
566 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
566 Views

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

0 Kudos
Reply