Ask HN: What is the best way to build a desktop app in Windows in 2023?
11–20 of 107 posts
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#12Delphi is probably the best, but I can't afford it. Lazarus is pretty good, except for the documentation, which needs a huge refactoring effort. You can put together small applications in minutes.
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#13The interface of the app is C#, the core is in CPP (I am tempted to use Zig but haven't worked with it enough to commit to it yet).
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#14Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#15Without more details, this is the way to get the most native Windows 11 look and feel: https://learn.microsoft.com/en-us/windows/apps/winui/winui3/ Disclosure: I work at Microsoft on a team that works on visual look and feel for Windows.
The look and feel is great though, Win11 is a nice step up from 8/10 in that department. So good to have depth, curves, transparency, etc back again.
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#16Delphi is probably the best, but I can't afford it. Lazarus is pretty good, except for the documentation, which needs a huge refactoring effort. You can put together small applications in minutes.
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#17I have been using aardio to develop desktop software for more than 4 years. I have developed many software. It is designed specifically for Windows desktop.
- Based on the syntax of Lua and JS, if you have one of these 2 foundations, you can get started in 1 hour. - Comes with an IDE, developing, compiling, debugging, rich standard libraries and sample code. - Support WYSIWYG UI control drag-and-drop. - Supports WebView2 and native development mixed - Support the use of Python, Go, C#, etc., can be used as a glue language. - The size of the packaged file is very small - The IDE and tutorials, documentation, and IntelliSense are only available in Chinese, but by using translation, it shouldn't be too much of a problem. For experienced programmers, it is easy to understand.
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#18Electr..HEY...[gets beaten to a bloody pulp]
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#19Delphi is probably the best, but I can't afford it. Lazarus is pretty good, except for the documentation, which needs a huge refactoring effort. You can put together small applications in minutes.
What does the free personal version of Delphi not give you?
Lazarus is free, but due to the way their help files are build, incremental improvements in it are impossible, so it's just a list of arguments for functions, with no real explanations.
Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?
#20Earlier quoted context omitted.
What does the free personal version of Delphi not give you?
There is no "free" version, only a "if you make less than $X" version, which is a huge red flag for me. Lazarus is free, but due to the way their help files are build, incremental improvements in it are impossible, so it's just a list of arguments for functions, with no real explanations.