Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdk-seven/libseven
Optimized Hardware Access Library for C
https://github.com/sdk-seven/libseven
Last synced: 2 months ago
JSON representation
Optimized Hardware Access Library for C
- Host: GitHub
- URL: https://github.com/sdk-seven/libseven
- Owner: sdk-seven
- License: mpl-2.0
- Created: 2023-10-24T07:50:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T11:21:43.000Z (8 months ago)
- Last Synced: 2024-08-04T02:07:44.856Z (6 months ago)
- Language: C
- Size: 63.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gbadev - libseven - Modern, from-scratch replacement for libgba and libtonc. (Libraries / Other places)
README
# 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### [Implementation Status](doc/status.md)
### [Stability](doc/stability.md)
### [Documentation](doc)
### 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.