Page 1 of 1

How to start Loving with C#

Posted: Thu Apr 09, 2020 5:31 pm
by Laemoth
Hi! I'm a new member and a game-development student and I want to try myself with this engine

My usual workspace is Visual Studio 2019 with C#; it's the language I use during lessons and I want to improve myself on it before starting other languages like LUA

i just noticed that there is a C# wrapper of Love, but both on google and in this forum i've found almost nothing about how to use it.

So...how to start? setting the main window, using images and audio files, stuff like that?

Thanks a lot to whoever will help, and sorry if I've made some language mistake or anything

Re: How to start Loving with C#

Posted: Thu Apr 09, 2020 9:35 pm
by MrFariator
I think it is best you consult the docs for the C# wrapper (if this is the one you're talking about, anyway). It's worth noting that vast majority of users here use lua to work with love2d, so you likely have to contact the wrapper's developer to get any help with troubleshooting.

If you want to use C# over lua, it may be better to look into an engine or framework that supports it from the get go.