Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.39 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. Fonts
  10. Palettes
  11. Optimizing blits
  12. Audio
  13. Debugging memory leaks
  14. Organizing your project
  15. Copperlists
  16. Double buffering
  17. Sprites
  18. Working with and without OS
  19. DMA usage
  20. Multi-directional large tilemaps scrolling with TileBuffer

Reference manual

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

Conversion tools

Contributing