Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.84 KB

File metadata and controls

55 lines (44 loc) · 1.84 KB

Documentation

Welcome to the ACE docs! If you're interested in something and it's not covered here, or you have a hard time understanding something, please submit an issue. We want to keep those docs as elaborate and easy to understand as possible.

Installing

Tutorial

  1. ACE in a nutshell
  2. Hello World example
  3. View & viewports explained
  4. Blitter
  5. Moving blitted objects
  6. Loading images and displaying background
  7. Handling blitted object undraw
  8. Blitting with masks
  9. Using BOBs (Blitter OBjects)
  10. Working with Fonts
  11. Palettes
  12. Logging
  13. AGA support
  14. Fixed-point math
  15. Optimizing blits
  16. Working with Audio
  17. Debugging memory leaks
  18. Organizing your project
  19. Copperlists
  20. Double buffering
  21. Sprites
  22. Working with and without OS
  23. DMA usage
  24. Multi-directional large tilemaps scrolling with TileBuffer
  25. Advanced Sprites

Reference manual

TBD, will be doxy-generated or done as wiki pages, idk yet.

Conversion tools

Contributing