Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/LunarLambda/libseven
- Owner: LunarLambda
- License: mpl-2.0
- Archived: true
- Created: 2021-08-29T14:27:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T17:22:30.000Z (about 2 years ago)
- Last Synced: 2024-08-04T06:01:52.975Z (5 months ago)
- Language: C
- Homepage: https://github.com/LunarLambda/sdk-seven
- Size: 514 KB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gba-dev-zh - libseven
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.