Some bug fixes in the RenderBatch2D. CHANGELOG: RenderBatch2D Fixed a crash in the draw_text function. The problem was caused by pointing to the batch buffer da...
CHANGELOG: updated API of the renderer RenderBatch2D added font type ( 2e60fb5 ) push_ functions updated to draw_ ( 2e60fb5 ) updated matrix function names and...
CHANGELOG: Added a set_event() function to setup a callback for the SDL events Separated the modules in two: Global modules inside the src/modules/ folder And t...
Added audio.load_data(filename) to open and decode data Added AudioSystem to the audio module Create with audio.create_system() function Use play function to pl...