basic starscript support + a textbox that provides the starscript executed result & compiled script as well as suggestions

This commit is contained in:
GreemDev
2025-07-27 01:09:59 -05:00
parent 45b2e613cf
commit 8a3ccaafe3
9 changed files with 345 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" />
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" />
<PackageReference Include="SPB" />
<PackageReference Include="Starscript.Net"/>
<PackageReference Include="SharpZipLib" />
</ItemGroup>