QuickGame has a C, C++, and Lua-based API. These APIs all have the same features, and this includes audio, graphics, collisions, and inputs. The goal of the API is to make PSP programming so simple ...
onedraw is designed to render everything in a single draw call, maximizing GPU efficiency for 2D graphics. More details can be found in the documentation. It relies on Apple Metal API, wave ...