Difference between revisions of "Main Page"

From Amiga Development Wiki
Jump to: navigation, search
m
(System reference: Sound / AHI section)
Line 9: Line 9:
 
[[Exec]] - Memory allocation, messaging, semaphores
 
[[Exec]] - Memory allocation, messaging, semaphores
  
[[Locale]] - Localize your applications.
+
[[Locale]] - Localize your applications
  
 
=== Graphical user interface ===
 
=== Graphical user interface ===
Line 19: Line 19:
  
 
[[Requesters]] - Standard Amiga requesters with asl.library
 
[[Requesters]] - Standard Amiga requesters with asl.library
 +
 +
=== Sound ===
 +
[[AHI]] - Play sound using ahi.device
  
 
=== Other ===
 
=== Other ===

Revision as of 13:08, 18 July 2015

Welcome to the Amiga Developer Wiki

Information to all Amiga developers how to use the system API. This wiki is not meant to cover everything but only the most important system calls.

System reference

DOS - Information how to use I/O

Exec - Memory allocation, messaging, semaphores

Locale - Localize your applications

Graphical user interface

Graphics - How to use rastports and bitmaps

Intuition - Covers BOOPSI (Basic Object Oriented Programming System for Intuition)

MUI - How to create windows and simple objects

Requesters - Standard Amiga requesters with asl.library

Sound

AHI - Play sound using ahi.device

Other

Rexx

String formatting

Timers

Advanced programming

Program startup code

Standards

TrackDisk64 standard - also known as TD64 standard