June 12th, 2017, 12:29 PM
-
Best languages/software for GUI design
Hi all. Say if someone approached you and said ‘I have designed a handheld game console that has a digital screen that’s going to be manufactured, but it needs the GUI designed’. How would you design the GUI (in what languages & using what programs) so that it could be implemented on the product?
June 13th, 2017, 07:02 AM
-
Both C#/WPF and JavaFX are great. You should choose the language that you’re most familiar with.
that would probably be the one that you'll achieve the best results with
June 15th, 2017, 01:01 AM
-
For good graphics you will need to totally design your GUI. What we do is we design with Photoshop, it includes all title bar etc, later we put them in borderless form.
July 31st, 2017, 04:26 AM
-
Depends on the expectations. If you want to create a GOOD QUALITY GUI, with the oily-greasy-super-responsive feeling of a native interface, then it's a compiled language, running natively on the CPU. That's basically C++ these days.
November 30th, 2017, 07:04 AM
-
It depends upon expectations but i would suggest JavaFX is always best.