-
To port one game, I need the SDL library, as well as the headers for it. I think it's to experiment with https://github.com/klange/SDL, but I still haven't figured out how to put it together. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is absolutely nothing special about building SDL:
|
Beta Was this translation helpful? Give feedback.
-
Please be carefully! Because hobbyist has written backend of yutani with SDL 1.2 You need write whole backend of SDL2 / SDL3. Example: And you can add in SDL2 / SDL3 platform if you find X11_CreateWindow then you will know how do you add backend of Yutani's windowing system. If you try - but it is very complicated - When you have high experience of C/H with makefile/configure or autogen.sh etc... |
Beta Was this translation helpful? Give feedback.
There is absolutely nothing special about building SDL: