Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.