felixjones / libseven

From-scratch library for GBA homebrew development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libseven

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

Reach out to us in the #libseven channel in the gbadev discord.

Goals

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

Support

Development of libseven and other GBA homebrew projects such as gba-minrt can be supported through Patreon.

License

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

All documentation in this project is licensed under the CC0 1.0 Universal license.
See LICENSE_DOC.txt for more information.

About

From-scratch library for GBA homebrew development

License:Mozilla Public License 2.0


Languages

Language:C 51.8%Language:Assembly 46.2%Language:Makefile 1.1%Language:CMake 0.9%