|
Author | Thread |
---|---|
Paul |
Published: 2019/2/24 18:59 Updated:
2019/2/24 18:59
|
Quite a regular
Joined: 12/01/2006
From: Michigan, USA
Comments: 583
|
How is this different. . .
Since I'm not a programmer, I think I can be forgiven if the answer to this is obvious.
But how is this different from Jamie Krueger's AVD? There are so many things we need for software (browser, office programs, up to date DTP, etc.)duplicated effort on a development suite(if duplication is what this is) seems to be a waste.
Paul
|
ferrels |
Published: 2019/3/16 20:23 Updated:
2019/3/16 20:23
|
Just popping in
Joined: 10/20/2008
From: Arizona
Comments: 83
|
Re: How is this different. . .
Jamie's AVD lets you design GUI elements on screen that still need C or C++ code written to tie all the elements together that you've designed into a working program. It's in many ways very much like FLTK's FLUID design tool. See FLTK FLUID
API2 is an abstraction layer for C programmers that provides a standardized set of GUI elements such as dialog boxes, windows, buttons, progress indicators, etc...that can quickly be coded, debugged and tested. The abstraction layer that it provides between the programmer and the OS makes it much easier to code and debug, especially for beginner and intermediate level C programmers. API2 provides Amiga/AROS/MOS programmers with the same functionality that QT and wxWindows provides to Windows and Linux programmers. |