Re: MiniGUI Viable?
- Posted by Icy_Viking Aug 03, 2023
- 1236 views
Would a MiniGUI wrapper be viable for a GUI for Euphoria? It is cross-platform. Even though its for embedded systems, it does run under Linux and even win32.
https://github.com/VincentWei/MiniGUI
If its not viable. Then perhaps another solution can be discussed. Or even expanding upon win32lib even if win32lib is windows only.
This seems more like more of an immediate mode GUI (like Nuklear or Dear ImGUI) than a traditional desktop toolkit.
I still think the "best" path forward right now is IUP but as pointed out in another thread, it hasn't been getting a lot of attention from its developers recently, so who knows where it's going.
-Greg
I could wrap the latest version of IUP which appears to be 3.3.0, although it hasn't seen a update since 2020. To its credit, IUP is open source, so it is possible to expand upon it.

