Examples
Introduction
helloworld.c | Prints some text to standard output |
Graphics
simple.c | Some simple drawing functions |
bitmap.c | Creates a bitmap, draws in it and blits its content to a window. |
area.c | Renders some shapes with the area functions |
font.c | Opens a font and writes some text |
Intuition
events.c | Event handling |
refresh.c | Examine difference between simplerefresh and smartrefresh windows |
appscreen.c | Opens a screen for applications |
customscreen.c | Opens a screen with a backdrop window |
easyreq.c | Demonstrates EasyRequesters |
ASL
asl.c | File-, Font- and Screenmoderequester |
DOS
file.c | Reads a file and writes content to another file |
readargs.c | Command line parsing with ReadArgs() |
readargs_help.c | ReadArgs() with help text |
Exec
rawdofmt.c | RawDoFmt allows printf()-like formatting |