PanosK92 / SpartanEngine

A game engine with an emphasis on real-time cutting-edge solutions
https://panoskarabelas.com
MIT License
2.24k stars 189 forks source link

Feature/add scripting engine #116

Open NickPolyder opened 1 year ago

NickPolyder commented 1 year ago

TBD

PanosK92 commented 1 year ago

Your initiative in enabling C# scripting are appreciated, as it will allow those with higher-level programming skills to experiment with the engine. I'm here to assist further.

NickPolyder commented 1 year ago

Hello @PanosK92 I have fixed the root path to be dynamic. Can you have a look and let me know if it is an acceptable solution ?

I would probably need your help with premake on including the CSharp SDK. The premake uses the old version of csproj and I am not familiar with it enough to find a suitable solution.