Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 573 Bytes

libseven

A fully from-scratch library for GBA development, meant to replace existing libraries like libgba or libtonc.

Goals

  • Intuitive, consistent, and well organized API
  • Optimized code with minimal RAM and ROM size
  • Correctness without compromises
  • High-quality, understandable documentation

License

All source code in this project is licensed under the Mozilla Public License Version 2.0.
See LICENSE.txt for more information.