sdlovatlite
sdlovatlite is a lightweight cross-platform library that extends the Simple DirectMedia Layer (SDL) framework with a minimal, purpose-built API for 2D graphics, audio, and input handling. It is designed to be easy to integrate into small projects, educational demonstrations, or rapid prototypes that require reliable media support without a full game engine. The library emphasizes a small footprint, predictable performance, and straightforward resource management, making it suitable for hobbyists and learners.
Architecturally, sdlovatlite provides modular subsystems aligned with SDL concepts: a windowing and event layer, a 2D
Usage typically involves initializing the library, creating a window, and entering a main loop that polls events,
The project is released under an open-source license and maintained in a public repository, inviting contributions,