Archomeda / lightfx-extender

Allows gamers to take advantage of LightFX on hardware other than Alienware's
GNU General Public License v2.0
36 stars 7 forks source link

Possible Enhancement, Make a managed wrapper for your DLL #9

Open Fma965 opened 9 years ago

Fma965 commented 9 years ago

Possible Enhancement, Make a managed wrapper for your DLL so it can be used in .NET languages. So others can use your DLL in their 3rd party programs instead of needing to use Alienwares official managed DLL which doesn't work with your DLL for obvious reasons.

Archomeda commented 9 years ago

Honestly, I'm unsure how the managed LightFX actually works in combination with the hardware. Do you know a game that's written in a managed language and uses LightFX?

Fma965 commented 9 years ago

Nope i don't know a game but i know other software applications, the managed test applications, pcfx, most other windows applications for alienware by 3rd parties etc.

Archomeda commented 9 years ago

Hmm, games that are using Unity as engine can actually use LightFX if they implement it (Unity is written in C# as far as I know). I still don't know of any games though. I will look at it later if no one knows of a game.

Fma965 commented 9 years ago

OK, Unity is written in C and C++ according to Wikipedia atleast.

Archomeda commented 9 years ago

Sorry, my bad. It is written in C++, but you code your own stuff in C# that gets loaded by Unity, or something like that.