Forum > General

Is there another aplications like Lazarus or it is Unique

<< < (2/3) > >>

ercolesptr:
The only open source RAD for C++ which is slightly similar to Lazarus is wxDev-C++. At least this one comes with some components that can make building a windows application in C++ less daunting. And creates the event code for the components.

dseligo:

--- Quote from: ercolesptr on October 31, 2022, 09:39:47 pm ---The only open source RAD for C++ which is slightly similar to Lazarus is wxDev-C++. At least this one comes with some components that can make building a windows application in C++ less daunting. And creates the event code for the components.

--- End quote ---

15 years later ...

Leledumbo:
If you're looking for one that's just as feature complete, at the time of writing this reply, the answer is none. At best you can get a form designer that can help in putting controls but that's it. Netbeans, Eclipse, Visual Studio (C# / VB .NET), KDevelop, Anjuta, QtCreator, you name it, all of them will sooner or later hit the wall of true RAD environment, starting from being unable to assign event handlers to design time data show, let alone design time 3D rendering (I love you, GLScene).

DreamVB:
While looking around a few months back for free pascal compilers I also come accross one called PascalABC it's ok, if you like your apps codes in the .NET framework comes with a form designer.

http://pascalabc.net/en/

funlw65:
The only one close to Lazarus is MSEide+MSEgui, but suffers from not having native-looking components from the start. It can be done, but needs help. The only requirement is a functional fpc compiler.

Godot engine also has good RAD capabilities. It has its own scripting language but C++ is also an option. Some data aware components via plugins... Anyway, is centered around an immediate mode GUI and that might limit its usability in certain areas. A project to keep an eye on.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version