Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LunarLambda/libseven

Moved to sdk-seven | From-scratch library for GBA homebrew development
https://github.com/LunarLambda/libseven

Last synced: about 2 months ago
JSON representation

Moved to sdk-seven | From-scratch library for GBA homebrew development

Awesome Lists containing this project

README

        

# 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](https://discord.io/gbadev).

### Goals

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

### [Implementation Status](./doc/status.md)

### [Build, Installation, and Linking](./doc/build.md)

### [Documentation](./doc)

### Support

Development of libseven and other GBA homebrew projects such as gba-minrt
can be supported through [Patreon](https://patreon.com/LunarLambda).

### License

All source code in this project is licensed under the
Mozilla Public License Version 2.0.\
See [LICENSE.txt](./LICENSE.txt) for more information.

All documentation in this project is licensed under the
CC0 1.0 Universal license.\
See [LICENSE\_DOC.txt](./LICENSE_DOC.txt) for more information.