Banjo API 0.0.1
Multi-purpose C99 API
|
▼Algorithms | Data manipulation objects |
Array | The bj_array type is a sequence container that encapsulates dynamic C-style arrays |
Hash Table | API related to the bj_htable object |
List | API related to the bj_list object |
▼Core | General-purpose API |
Error Management | Recoverable error handling facilities |
Math | Linear math function |
Logging | Logging utility functions |
Memory Management | |
▼Graphics | Software Graphics Rendering Pipeline |
Bitmap | Matrix of pixels |
Pixel Definition | |
Rectangle | |
Shaders | Software shader-like API for bj_bitmap |
▼IO | Facilities for manipulating read-write data |
Data Stream | |
▼System | Abstraction to usual system calls such as library loading and time |
Events | |
Windows | |
Time | Abstraction to usual system calls related to time |