endlesstravel / Love2dCS

C# Wrapper for LÖVE, a 2d game engine
MIT License
166 stars 14 forks source link

using costura fody to embed these dlls? #88

Closed Shadowblitz16 closed 4 years ago

Shadowblitz16 commented 5 years ago

do you think costura fody could be used to embed the 3rd party love dlls?

image

I can only seem to get it to work with love.dll however maybe you can get it to work with the others

Shadowblitz16 commented 5 years ago

it might better to wrap the unmanaged c++ dlls into a managed C# one so that something like fody can be used with love2d.

Shadowblitz16 commented 5 years ago

this is the result of a discussion about how to embed native dlls into a managed library with a user called abnormal.

EmbeddedNative-Love2dCS.zip

It embeds the following.. love.dll lua51.dll mpg123.dll OpenAL32.dll SDL2.dll

endlesstravel commented 5 years ago

good idea. i'm not use the costura, but i get the same effect. now it will release native library to temp folder. 11.0.37.

image

endlesstravel commented 4 years ago

closed because it finished .