The software’s algorithms are all written in C.(gcc compiler). And I need some beautiful and friendly UI for this small software…But I have no idea what language and what library and what tool I should use.
I need some idea from you guys. thanks indeed!
If you can say it more specific, I will thank you more!
The software’s algorithms are all written in C.(gcc compiler). And I need some beautiful
Share
It would be better if you are more specific with your question and give more details about your software. Because designing a UI interface depends on a lot of factors.
I am listing some below for your reference:
So, please determine the requirements first before deciding what language and what library you must use.
For starters, you can look at ncurses library in linux, MFC in Windows. I don’t know much about Java, someone else must be able to help you on that.
All the best for your work!