All Projects → chfhhd → guidetoamigacompatibleprogramming

chfhhd / guidetoamigacompatibleprogramming

Licence: other
Guide to Amiga compatible programming

Programming Languages

HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to guidetoamigacompatibleprogramming

texteditor
A well-known and used MUI custom class (TextEditor.mcc) which provides application programmers a textedit gadget. It supports features like word wrapping, soft styles (bold, italic, underline), a spell checking interface as well as an AREXX interface for scripting.
Stars: ✭ 15 (-44.44%)
Mutual labels:  amiga, morphos, amigaos, amigaos3
AROS
www.axrt.org
Stars: ✭ 33 (+22.22%)
Mutual labels:  amiga, aros, m68k
aqb
A BASIC Compiler and IDE for Amiga Computers
Stars: ✭ 49 (+81.48%)
Mutual labels:  amiga, amigaos3
VolksForth
volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Stars: ✭ 41 (+51.85%)
Mutual labels:  amiga, m68k
CuriOS
Simple GUI based Operating System - Based upon my own Microcokernel, heavily inspired by the original 1980s AmigaOS (though somewhat simpler).
Stars: ✭ 32 (+18.52%)
Mutual labels:  amiga, amigaos
pocketmod
Small ANSI C library for turning ProTracker MOD files into playable PCM audio.
Stars: ✭ 54 (+100%)
Mutual labels:  amiga
ahx-web-player
AHX player web interface
Stars: ✭ 24 (-11.11%)
Mutual labels:  amiga
zpacker
very simple LZ77-based compression
Stars: ✭ 15 (-44.44%)
Mutual labels:  amiga
a500hdd
Inexpensive A500 hard disk interface
Stars: ✭ 23 (-14.81%)
Mutual labels:  amiga
mt32-pi-control
MT32-PI.EXE/MT32-PI.TTP/mt32-pi-ctl is a control program for the mt32-pi MIDI synthesizer available for DOS PCs, Atari ST and Amiga computers as well as modern systems running Linux and Windows.
Stars: ✭ 22 (-18.52%)
Mutual labels:  amiga
system-zoetrope-amiga-demo
An AMIGA OCS demo by Mandarine released during the Outline 2015 demoparty
Stars: ✭ 29 (+7.41%)
Mutual labels:  amiga
OpenAmigaMouseTrigger
Control Amiga add-on boards through mouse buttons
Stars: ✭ 21 (-22.22%)
Mutual labels:  amiga
amiga-par-to-spi-adapter
SPI adapter that connects to the parallel port of an Amiga
Stars: ✭ 31 (+14.81%)
Mutual labels:  amiga
homebrew-amiga
A repository for Amiga Development related brews
Stars: ✭ 21 (-22.22%)
Mutual labels:  amiga
stuntcarremake
A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working
Stars: ✭ 44 (+62.96%)
Mutual labels:  amiga
Dreamdealers
Deamdealers Amiga demo sources !!!
Stars: ✭ 38 (+40.74%)
Mutual labels:  amiga
kickoff
Open Kick-Off is a fun rewriting attempt of the cult football game Kick Off 2 designed by Dino Dini and released in 1990 by Anco for the Atari ST and the Commodore Amiga. It is written in Java with the help of libGDX.
Stars: ✭ 32 (+18.52%)
Mutual labels:  amiga
zxtune
Mirror of http://bitbucket.org/zxtune/zxtune repository with robot-only issues tracker
Stars: ✭ 118 (+337.04%)
Mutual labels:  amiga
fs-uae-launcher
A frontend for the FS-UAE Amiga emulator with support for the OpenRetro online game database.
Stars: ✭ 32 (+18.52%)
Mutual labels:  amiga
OpenAmiga600FastRamExpansion
4 MB Fast RAM Expansion for the Commodore Amiga 600
Stars: ✭ 27 (+0%)
Mutual labels:  amiga

Guide to Amiga Compatible Programming

With the passing of the years Amiga programming becomes a black magic because documentation on this system is no longer being updated and documentation on new systems like AmigaOS4, MorphOS and AROS does not really target cross platform application development. This guide tries to introduce the reader in Amiga programming following modern techniques that are available for all different systems.

This version of the guide is a fork of the orignal guide that was done by Gianfranco "ShInKurO" Gignina and many contributors.

The original version is/was located here:

https://code.google.com/p/guidetoamigacompatibleprogramming/

Anyway while Google Code will be discontinued, a copy of the original documents in all languages will be kept in the repository.

What has changed?

This fork mainly targets new formatting. The plain text files have been converted into Markdown format which improves readability and converting to other formats like HTML and PDF.

Note that the original version of this guide was done in Italian and then translated to english. This fork only focuses on the English version.

Converting Markdown to HTML (example)

For converting the guide into e.g. HTML the Pandoc document converter is recommended:

pandoc --highlight-style tango -s -t html CAP_0.md CAP_1.md CAP_2.md CAP_3.md CAP_4.md X_APP_B.md > guide.html

For convenience a HTML version is part of this repository.

License

Content license Creative Commons 3.0 BY-SA

Code license Artistic License/GPL

--

All trademarks belong to their respective owners.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].