←back to thread

306 points vyrotek | 3 comments | | HN request time: 0.489s | source
Show context
mwkaufma ◴[] No.45894161[source]
My kingdom for a UI toolkit that can be used to make real CAD programs, and not yet-more things that just look like webviews and could just be a webpage.
replies(4): >>45897284 #>>45898066 #>>45898215 #>>45902051 #
jeroenhd ◴[] No.45898066[source]
You can make CAD programs with any toolkit as long as you have a GPU surface to render your actual CAD output to. You can do anything with this toolkit from weather apps to video editors, map analysis, and PDF editors.

You can check out the Avalonia demo reel to see what you can already do with the .NET GUI stack that MAUI now uses on Linux and on the web: https://avaloniaui.net/showcase

replies(1): >>45898231 #
1. zerr ◴[] No.45898231[source]
GPU surface is one thing, but I believe OP means the actual UI controls: buttons, tabs, combo boxes, data grids, multi-window support, etc...
replies(2): >>45898340 #>>45902959 #
2. jeroenhd ◴[] No.45898340[source]
I don't think that's a problem? The .NET library this is about, that now supports MAUI code unchanged, is already used in programs like https://github.com/sourcegit-scm/sourcegit/blob/master/scree... and https://github.com/GPUOpen-Tools/GPU-Reshape/blob/main/Docum...
3. mwkaufma ◴[] No.45902959[source]
This + a reasonable data transaction layer that supports undo and reasonably large (multi gb) data structures.