Ask HN: Any way to write a simple desktop app anymore?
8 points| KenPainter | 2 years ago
Foxpro was only one of many desktop tools that were reviled by Real Programmers(tm) but they sure got the job done.
For years I've missed this basic ability to make an app for myself where I could ignore the "stack" and just get the job done. Before I go off and start some side project, anybody know of anything?
msmitha|2 years ago
Nothing runs like the fox!
Heavywater|2 years ago
colund|2 years ago
neonsunset|2 years ago
If Linux or macOS, you can use AvaloniaUI instead which is sufficiently advanced but assumes some prior knowledge.
- https://github.com/dotnet/winforms/blob/main/docs/getting-st...
- https://docs.avaloniaui.net/docs/get-started/
lee-rhapsody|2 years ago
schemescape|2 years ago
If it's just for you, you could use something simple like Tk (e.g. Python + Tkinter).
austin-cheney|2 years ago
Lately I have made efforts to divorce a variety of games for Windows from Steam DRM. I am hosting these games on a Linux file server for ease of access anywhere in the house. I am also using WinLaunch as a front end to map to the game executables so that in one click I can be running a large Windows game from any of my Windows computers.
mikewarot|2 years ago
sloaken|2 years ago
Typically I use Windows Forms as it is easy and plenty of online help, as it has not changed much since they tried to get rid of it 20 years ago LOL. (specifically Windows Forms App NOT Windows Forms App (.NET Framework))
Works well with SQLite if you need a DB.
Sometimes I just do a console app if it fits the need.
carlosjobim|2 years ago
ravshan|2 years ago
kirkarg|2 years ago
tomohawk|2 years ago
geoah|2 years ago
KenPainter|2 years ago
badpun|2 years ago
cranberryturkey|2 years ago