diff options
author | xengineering <me@xengineering.eu> | 2022-12-02 21:47:05 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-12-02 21:47:05 +0100 |
commit | 7eabd105128dde1c588be325a9c2b82f5ca6aa64 (patch) | |
tree | 26a86d3544fb27e5b23bcd6dbb5969fdd2090a8e | |
parent | d8b3604aa20193ade97b81f8c5ad51758b7a9eea (diff) | |
download | limox-7eabd105128dde1c588be325a9c2b82f5ca6aa64.tar limox-7eabd105128dde1c588be325a9c2b82f5ca6aa64.tar.zst limox-7eabd105128dde1c588be325a9c2b82f5ca6aa64.zip |
Add reference to Gigi's SDL2 tutorial
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,8 @@ usable on mobile linux devices like smartphones or tablets. Also mind the [project page][2] and my [packaging repository][3] for Arch Linux with support for LimoX. A nice reference which helps me a lot is [Beej's Guide -to Network Programming][4] aswell as the [SDL2 documentation][5]. +to Network Programming][4] aswell as [Gigi's SDL2 tutorial][6] and the [SDL2 +documentation][5]. ## Building and dependencies @@ -73,3 +74,4 @@ Run `make clean` to clean the build folder. You can get a help page by running [3]: https://xengineering.eu/git/pkgbuilds [4]: https://www.beej.us/guide/bgnet/html/ [5]: https://wiki.libsdl.org/SDL2/FrontPage +[6]: https://gigi.nullneuron.net/gigilabs/writing/sdl2-tutorials/ |