A lightweight, professional VB.NET IDE built with GTK# 3 on Linux using .NET 8.0. SimpleIDE provides a modern development environment specifically designed for VB.NET projects on Linux systems.
I learned VB .net when it first came out back in 2003 (might have been earlier). VB was quite widely used back then and now days it's declined in popularity a lot. I checked the repo insights and it's a single person who's built this and has been maintaining it. Their contribution and dedication is definitely commendable even though the language isn't popular these and even more so on Linux! This is pure selfless programming!
I think development environments are an undervalued field (perhaps because people hate writing UI). Tiny open-source IDEs are a great learning tool and can be starters for research IDEs (whereas VSCode, while more practical for production IDEs, has complexity that gets in the way of experimentation).
Also check out BlueJ https://www.bluej.org/. It's a simple IDE targeted for students learning Java.
BlueJ is Zen-simple but surprisingly usable for real work. If I could have only one IDE and had to choose between minimal and bloated, I'd pick minimal every time.
This looks cool, I think we will need a new generation of IDEs that are AI augumented to boost developers productivity. Cursor is just adding a code agent integrated in the VS code editor, but can we have something further with GUI?
After working in various BASIC programming languages and IDE's I will definitely try this one out. I can't help but compare this to GAMBAS (https://gambaswiki.org/website/en/main.html). It's not VB.NET but it is an IDE and also a BASIC variant and solely for Linux.
Kudos for the VB love, I keep BASIC in my favourite languages bookshelf.
The later versions, being structured and AOT compiled were quite good for a dynamic language, with a beginner friendly approach that allowed to scale up to complex problems.
>Python still isn't where BASIC was in the 1990's.
As a person who is still quite bummed that he compleatly missed VisualBASIC for various reasons, and is even more disappointed that Livecode rug-pulled their opensource version, and has never found a GUI development system for Python which feels comfortable, this rings true.
Still working to finish up my current project (essentially text-based 3D modeling using (Open)PythonSCAD), and suffering analysis-paralysis for the successor to it (a scriptable drawing program which integrates with it), but hopefully something obvious will present itself for cross-platform opensource graphical app development.
Sorry for the stupid question, but would this IDE be a good place to create VB.net GUI apps for Windows 11?
I've been looking into "best" ways of creating Windows GUI apps from Linux and apart from C/Cpp with native Windows APIs most options seem to focus on React Native and web technologies.
Is SimpleIDE a valid option for this? Does it spit out an .exe file that I can run on a vanilla Windows 11 installation?
> I've been looking into "best" ways of creating Windows GUI apps from Linux and apart from C/Cpp with native Windows APIs most options seem to focus on React Native and web technologies.
Have you considered Lazarus? I use it with plain C for the logic (not C++).
Personally I love the web-tooling, they've abused the dynamicism of JS/TS for the benfit of developer experience to the point where others tools often feels cramping when wanting to do something really quickly.
And webviews are simple to start within some host language, I have my own mini-webview-host written in .NET that provides functions for file IO, file-selection dialogs,etc.
Outside of that, more serious seemingly still viable non-lowlevel (QT/GTK) non-web cross-platform options:
- Dart/flutter seems very popular, it's a new language to learn for most but seems to have been given the chance to mature and seems to be gaining.
- in the .NET world Avalonia (desktop focused, inheris a lot from WPF architecturally and has a paid crossplatform WPF shim)
- Also .NET, MAUI (better for more "mobile" like/focused designs).
- If you're doing games and are already rendering polygons, IMGui seems to be the go-to option.
- Lazarus (Pascal) seems to still carry the old VB/Delphi torch.
That said, what I'd love to see pesonally is for library developers to start looking at sane/fast ways to develop UI applications with modern language features to have non-insane state management. Either as thin shims over the existing lowlevel libraries or as first-class support.
C++ and Java has evolved a lot just in the past 10 years, as have some other languages.
But the web-focus seems to have left desktop UI development in a rut outside of new players for new languages.
If it doesn't have to be VB.NET, then JetBrains Rider (free for non-commercial development) + C# + Avalonia as the GUI framework will bring you the closest to your "best" way.
If it does, this SimpleIDE might be an option but also it might be so that the only good option would be Visual Studio... which requires Windows. But switching to it will give you two more options - WinForms and WPF - both are old but tested GUI frameworks.
24 comments
[ 3.3 ms ] story [ 34.7 ms ] threadDoes it still have the drag-n-drop GUI feature to make graphical apps, or is that a strictly Windows thing?
Wait, who is cutting onions?
Another tiny open-source IDE (for Java) is https://github.com/bobbylight/RText
BlueJ is Zen-simple but surprisingly usable for real work. If I could have only one IDE and had to choose between minimal and bloated, I'd pick minimal every time.
The later versions, being structured and AOT compiled were quite good for a dynamic language, with a beginner friendly approach that allowed to scale up to complex problems.
Python still isn't where BASIC was in the 1990's.
As a person who is still quite bummed that he compleatly missed VisualBASIC for various reasons, and is even more disappointed that Livecode rug-pulled their opensource version, and has never found a GUI development system for Python which feels comfortable, this rings true.
Still working to finish up my current project (essentially text-based 3D modeling using (Open)PythonSCAD), and suffering analysis-paralysis for the successor to it (a scriptable drawing program which integrates with it), but hopefully something obvious will present itself for cross-platform opensource graphical app development.
I've been looking into "best" ways of creating Windows GUI apps from Linux and apart from C/Cpp with native Windows APIs most options seem to focus on React Native and web technologies.
Is SimpleIDE a valid option for this? Does it spit out an .exe file that I can run on a vanilla Windows 11 installation?
Have you considered Lazarus? I use it with plain C for the logic (not C++).
https://discord.gg/Y8EH5fF6WG
And webviews are simple to start within some host language, I have my own mini-webview-host written in .NET that provides functions for file IO, file-selection dialogs,etc.
Outside of that, more serious seemingly still viable non-lowlevel (QT/GTK) non-web cross-platform options:
- Dart/flutter seems very popular, it's a new language to learn for most but seems to have been given the chance to mature and seems to be gaining.
- in the .NET world Avalonia (desktop focused, inheris a lot from WPF architecturally and has a paid crossplatform WPF shim)
- Also .NET, MAUI (better for more "mobile" like/focused designs).
- If you're doing games and are already rendering polygons, IMGui seems to be the go-to option.
- Lazarus (Pascal) seems to still carry the old VB/Delphi torch.
That said, what I'd love to see pesonally is for library developers to start looking at sane/fast ways to develop UI applications with modern language features to have non-insane state management. Either as thin shims over the existing lowlevel libraries or as first-class support.
C++ and Java has evolved a lot just in the past 10 years, as have some other languages.
But the web-focus seems to have left desktop UI development in a rut outside of new players for new languages.
If it does, this SimpleIDE might be an option but also it might be so that the only good option would be Visual Studio... which requires Windows. But switching to it will give you two more options - WinForms and WPF - both are old but tested GUI frameworks.
Ha, found: https://github.com/tanathos/ClippyVS