Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
gorsamp19547yWPF
MVVM with databinding
SQL Server Express
Visual Sudio Community
It's all microsoft but it's all free -
ltlian21967yJavafx or c# using the built in gui tools for visual studio are the first things that come to mind. Depending on needs/goals you could just make a web app. Flask for python is pretty simple to get started with.
-
Binary937ySFML is for games and multimedia apps. Its not really good for gui apps or stuff like that
So a the noob I am, I have never coupled my programs with a GUI and only doing console apps, so I wanted to ask you; when making programs, methods and whatever, how do I link these methods to areas in a GUI to make a "proper" application for let's say windows? Any good places to go for ideas and whag framework is recommended?
question