@@ -14,13 +14,13 @@ Simply add the units to your include path. You can achieve this by:
1414Use the ` SDL3 ` unit for the main SDL3 library (should be always needed). Units for the other SDL3 libraries are (or will be) also provided:
1515 - [ ` SDL3_image ` ] ( https://github.com/libsdl-org/SDL_image )
1616 - [ ` SDL3_ttf ` ] ( https://github.com/libsdl-org/SDL_ttf )
17- - [ ` SDL3_mixer ` ] ( https://github.com/libsdl-org/SDL_mixer ) (not published yet)
17+ - [ ` SDL3_mixer ` ] ( https://github.com/libsdl-org/SDL_mixer )
1818 - [ ` SDL3_net ` ] ( https://github.com/libsdl-org/SDL_net ) (not published yet)
19- - [ ` SDL3_gfx ` ] ( https://github.com/sabdul-khabir/SDL3_gfx ) (todo)
19+ - [ ` SDL3_gfx ` ] ( https://github.com/sabdul-khabir/SDL3_gfx )
2020
2121## Documentation
2222
23- - ToDo: Implement GitHub Pages
23+ - [ ` Tutorial for SDL3 ` ] ( https://www.freepascal-meets-sdl.net/sdl-tutorials/ )
2424
2525## Bugs / Contributions / ToDos
2626
@@ -30,7 +30,7 @@ Please use the GitHub [issue tracker](https://github.com/PascalGameDevelopment/S
3030### ToDos
3131
3232- implement GitHub Pages documentation via GitHub Actions
33- - implement GitHub Actions CI for testing + adapt tests ([ FPCUnit] ( https://wiki.freepascal.org/fpcunit ) ?)
33+ - add tests ([ FPCUnit] ( https://wiki.freepascal.org/fpcunit ) ?)
3434- improve units (search for "#todo" to find specific tasks)
3535- adapt comments to [ PasDoc format] ( https://pasdoc.github.io ) (later)
3636
@@ -49,7 +49,16 @@ The version number/tag (see [tags](https://github.com/PascalGameDevelopment/SDL3
4949
5050### v0.x (work in progress)
5151
52+ ### v0.8 (13/08/2025)
53+
5254- adds SDL3_ttf unit
55+ - adds SDL3_mixer unit
56+ - adds SDL3_gfx unit
57+ - adds further include files for SDL3 unit
58+ - updates some includes files
59+ - adds basic CI feature (compilation tests)
60+ - adds type size test
61+ - bugfixes
5362
5463### v0.4 (15/03/2025)
5564
0 commit comments