Skip to content

Commit 4213527

Browse files
Merge pull request #34 from Free-Pascal-meets-SDL-Website/prep-version08
Prepare Ver. 0.5 release
2 parents 9ea96d3 + fa5187a commit 4213527

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Simply add the units to your include path. You can achieve this by:
1414
Use 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.5 (15/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

Comments
 (0)