CodeDesigner RAD has been released officially

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
marfi
Knows some wx things
Knows some wx things
Posts: 46
Joined: Fri Nov 19, 2004 7:29 am
Contact:

CodeDesigner RAD has been released officially

Post by marfi »

I'm very pleased to announce that my new project called CodeDesigner RAD has been officially released.

CodeDesigner is free and open-source RAD tool created by using wxWidgets toolkit and its two addons wxXmlSerializer and wxShapeFramework. It is suitable for easy creation of various diagrams describing applications' structure and logic (class diagrams, state charts, ...) and for generation of production-ready source code from them. The application is available for MS Windows, Linux and OS X and can be used as a free alternative to Enterprise Architect or IAR Visual State commercial tools.

In contrast to other similar CASE tools the CodeDesigner is aimed to generation of production-ready source code from supported diagrams. It means that not only application skeleton can be generated from diagrams but complete full-featured application including its entry point (main function) can be produced by a one click.

Supported diagrams:

* UML class diagrams
* Simple state chart
* Hierarchical (UML, Harel) state charts

Supported programming languages:

* ANSI C
* C++
* Python

Supported code generators:

* Class code generator (C++, Python)
o Including class templates support for C++
* Simple state chart generator
o GOTO algorithm (C, C++)
o Loop Case algorithm (C, C++)
o Else-If algorithm (C, C++, Python)
* Hierarchical state chart generator
o GOTO algorithm (C, C++)
o Loop Case algorithm (C, C++)
o Else-If algorithm (C, C++, Python)

More info as well as the software can be obtained from website www.codedesigner.org. Please, feel free to download it, test it and let me know what functionality is appreciated and needed :)
Attachments
CodeDesigner screenshot 1
CodeDesigner screenshot 1
CodeDesigner screenshot 2
CodeDesigner screenshot 2
alexodus
Earned a small fee
Earned a small fee
Posts: 16
Joined: Sat Aug 19, 2006 2:04 pm

Re: CodeDesigner RAD has been released officially

Post by alexodus »

UAUUU!!!:)
OS: Win 2000, Win XP Pro, Ubuntu 8.10, MacOS X 10.5.6, CE
wxWidgets: 2.8.10
Compiler: VC 7.1, gcc 4.2.1, eVC 4
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Post by evstevemd »

Great work Marfi.
I hope to download. But you have not said type of project you are in. Commercial, freeware or OSS

Edit:
I missed this overview
CodeDesigner is free and open-source RAD tool suitable for easy creation of various diagrams
describing applications' structure and logic (class diagrams, state charts, ...) and for generation
of production-ready source code from them. The application is available for MS Windows, Linux and
OS X and can be used as a free alternative to Enterprise Architect or IAR Visual State commercial
tools.
Great work!
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
albert_col
Earned a small fee
Earned a small fee
Posts: 22
Joined: Fri Nov 17, 2006 2:24 pm
Location: Bogota, Colombia

CodeDesigner crash with sample projects

Post by albert_col »

CodeDesigner crash when I do this actions:

- Start the application.
- I load the sample TestClass
- Select tab Code Items
- Double click on one of the class members
- The dialog Funtion Properties is show, when I select
cancel or ok butons, then it crash

But if I do first other actions: like select tab "Project items" double click in one of the class diagrams, and after
do the same actions, the application run ok.

I install the windows version: codedesigner-1.1.3.2126.exe
OS: Win XP Pro
wx: 2.8.8
Compiler: CodeBlock & mingw32-gcc-3.4.5, VC 7.1.
marfi
Knows some wx things
Knows some wx things
Posts: 46
Joined: Fri Nov 19, 2004 7:29 am
Contact:

Re: CodeDesigner crash with sample projects

Post by marfi »

albert_col wrote:CodeDesigner crash when I do this actions:

- Start the application.
- I load the sample TestClass
- Select tab Code Items
- Double click on one of the class members
- The dialog Funtion Properties is show, when I select
cancel or ok butons, then it crash

But if I do first other actions: like select tab "Project items" double click in one of the class diagrams, and after
do the same actions, the application run ok.

I install the windows version: codedesigner-1.1.3.2126.exe
Fixed in 1.1.4.2129 Beta (SVN: 56). Thank you for the feedback! Please, next time use bug tracker or another suitable forum at www.codedesigner.org ;)
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Post by evstevemd »

I think one way to populalize it is making it Pluggable into some IDE like CodeLite, which Many uses. Visual Paradigm have that strategy in Major Java IDE (Netbeans, Idea, Eclipse) and I hope you will consider that (You have C::B and CL both famous and written in C++/wxWidgets)

I have adhoc-tested it and seems promising. So adding it to CL will be good advertisment ;)
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply