ANT / 2020-09-19 09:11:20

AmigaNews Tech (ANT) was a companion magazine to the French Amiga magazine AmigaNews (also known for a while as A-News). ANT targetted developers with programming explanations and examples in various programming languages. I still remember learning about overlays at 16... an experience that changed my life . It seems that 31 instances of ANT appeared in total. I (re)implemented below some of the C programs found in ANT, following Daff's republication of these magazines .

List of (re)implemented ANT code examples
Year Month Title Source Code
1991 Jan. File requester from arp.library  

Feb.

   
Mar. Opening a screen with graphics.library ANTScreenWithGraphicsLibrary.lha
Console.device ANTConsoleDevice1.lha
CRBlanker, switching among Intuition screens
Apr. Opening a screen with intuition.library ANTScreenWithIntuitionLibrary.lha
Console.device, reception of chars and display with graphics.library ANTConsoleDevice2.lha
May EasyWindow, easy creation of a NewWindow struct ANTEasyWindow.lha
Boolean and String gadgets  
June Proportional gadgets  
July Menus  
Aug.    
Sep. Communication between tasks ANTTwoTasks.lha
  Managing hardware Sprites  
  Spy, spying on the memory  
Oct. Managing VSprites in the Workbench  
Layers and regions of Intuition  
Nov. Buffer memory as main memory and ChipMemFirst  
Programming with overlays  
Dec. Converter of IFF images in source ASCII C or assembly  
1992