bottlenoselabs / SDL-cs

Automatically updated C# bindings for SDL v3 https://github.com/libsdl-org/SDL with native dynamic link libraries.
MIT License
16 stars 3 forks source link

Add LazyFoo tutorials as finished C# "sample" projects #4

Open lithiumtoast opened 3 years ago

lithiumtoast commented 3 years ago

https://lazyfoo.net/tutorials/SDL/

karadevnet commented 8 months ago

this lessons are not for C# !!!! they are for C++ !!!! this lib is for C# !!!! why you send me link for C++ ?!?!?!?!?!?!? NEED FOR C# !!! i see in the code have a function for ttf text rendering and all ttf need , but dont know how to use them !!! it is writen on home page ::::: === These tutorials were designed for C++ programmers who want to move from text based games to real time games with graphics. By the end of these tutorials, you'll know the basics to make your first real video game! ===

lithiumtoast commented 7 months ago

Hello @karadevnet,

The link above is for the C++ tutorials, yes. This issue itself is for tracking creating C# samples which do not exist yet. When this issue is closed, then the C# samples should exist.

I have started porting the tutorials over, and honestly there isn't much difference. One trouble that I encountered is that adjacent libraries like SDL_Image are required for some tutorials which the bindgen is not done yet and thus those functions are not defined for C# yet.