Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaOS Apps Development"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Created page with "The following is a sampling of software development applications you might find useful on AmigaOS. === Disclaimer === The following list of applications, with the exception o...")
 
Line 1: Line 1:
  +
If you are interested in developing applications for AmigaOS please note that the [[DeveloperDoc:Main|Developer Section]] contains documentation that is useful for developing applications, device drivers, games and other programming projects on AmigaOS. The [[Tutorials:Main|Tutorial Section]] contains a couple of hands-on tutorials that are intended to allow beginning developers to get into programming with step-by-step examples. Finally, the [[Autodocs:Main|Autodocs section]] contains the well-known ''autodocs'', function-by-function documentation of libraries and devices in the AmigaOS system.
The following is a sampling of software development applications you might find useful on AmigaOS.
 
  +
  +
The following is a sampling of software development applications that may assist with development for AmigaOS.
   
 
=== Disclaimer ===
 
=== Disclaimer ===
The following list of applications, with the exception of the official AmigaOS Software Development Kit, are neither endorsed by nor supported by Hyperion Entertainment. This list is strictly informational only.
+
The following list of applications, with the exception of the official AmigaOS Software Development Kit, is neither endorsed by nor supported by Hyperion Entertainment. This list is strictly informational only.
  +
  +
== AmigaOS Software Development Kit ==
  +
  +
The official AmigaOS Software Development Kit contains everything needed to get started writing native applications for AmigaOS.
  +
  +
[http://www.hyperion-entertainment.com/index.php?option=com_registration&view=files&parent=30&Itemid=63 AmigaOS Software Development Kit download from Hyperion Entertainment]
  +
  +
== CodeBench ==
  +
  +
CodeBench is an Integrated Development Environment (IDE).
  +
  +
Designed purely for use on the latest version of AmigaOS, CodeBench is a management system that is modular to allow adaptation to various programming languages.
  +
  +
The tabbed editor allowing multiple files to be open at any one time. Syntax highlighting and all the usual functions are included: Cut, Copy, Paste, Undo, Find, Replace, Indent etc. Blocks of pre-built code can also be inserted as well as handling highlighted blocks. Also supports colour " themes" for familiarity.
  +
  +
Utilising a 'project' based system, all files are grouped together by type and are easily accessible from the Project Window. Editing is a simple matter of selecting the required file and it is opened in the built-in editor. Creating the finished article from the project is a one click event from the toolbar.
  +
  +
[http://www.codebench.co.uk/ CodeBench webpage]

Revision as of 20:05, 19 April 2019

If you are interested in developing applications for AmigaOS please note that the Developer Section contains documentation that is useful for developing applications, device drivers, games and other programming projects on AmigaOS. The Tutorial Section contains a couple of hands-on tutorials that are intended to allow beginning developers to get into programming with step-by-step examples. Finally, the Autodocs section contains the well-known autodocs, function-by-function documentation of libraries and devices in the AmigaOS system.

The following is a sampling of software development applications that may assist with development for AmigaOS.

Disclaimer

The following list of applications, with the exception of the official AmigaOS Software Development Kit, is neither endorsed by nor supported by Hyperion Entertainment. This list is strictly informational only.

AmigaOS Software Development Kit

The official AmigaOS Software Development Kit contains everything needed to get started writing native applications for AmigaOS.

AmigaOS Software Development Kit download from Hyperion Entertainment

CodeBench

CodeBench is an Integrated Development Environment (IDE).

Designed purely for use on the latest version of AmigaOS, CodeBench is a management system that is modular to allow adaptation to various programming languages.

The tabbed editor allowing multiple files to be open at any one time. Syntax highlighting and all the usual functions are included: Cut, Copy, Paste, Undo, Find, Replace, Indent etc. Blocks of pre-built code can also be inserted as well as handling highlighted blocks. Also supports colour " themes" for familiarity.

Utilising a 'project' based system, all files are grouped together by type and are easily accessible from the Project Window. Editing is a simple matter of selecting the required file and it is opened in the built-in editor. Creating the finished article from the project is a one click event from the toolbar.

CodeBench webpage