From 63fa66c609770a2cc4080c62feb916ce76c29bad Mon Sep 17 00:00:00 2001 From: Gaurav De <70570591+GauravDe-git@users.noreply.github.com> Date: Sat, 28 Dec 2024 23:37:18 +0000 Subject: [PATCH] SDL3/Tutorials/FrontPage: Updated. Live page is here: https://wiki.libsdl.org/SDL3/Tutorials/FrontPage --- SDL3/Tutorials/FrontPage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SDL3/Tutorials/FrontPage.md b/SDL3/Tutorials/FrontPage.md index 9e28bb014..61869c9b0 100644 --- a/SDL3/Tutorials/FrontPage.md +++ b/SDL3/Tutorials/FrontPage.md @@ -14,3 +14,7 @@ We cleaned this page out for SDL3, so if you come across good content on the Int - [Porting ioquake3 from SDL2 to SDL3](https://youtu.be/i3yVqWYFbCE): Covers a basic port from SDL2. - [Porting DirkSimple from SDL2 to SDL3](https://youtu.be/V_MWXDr3Nu4): Basic port, new audio subsystem features, SDL_EnumerateDirectory, main callbacks, emscripten port. + +## Tutorials + +- [LazyFoo SDL3 Tutorials](https://lazyfoo.net/tutorials/SDL3/index.php): Tutorial series on SDL3. ( Tutorials may be updated after SDL3 stable release)