add mono c# (using dotnet9.0 from https://github.com/dotnet/runtime), add ECS (entt), add some c# code, add fastNoise

This commit is contained in:
2025-12-08 23:38:22 +08:00
parent 39378bf23c
commit 3ffb4cc449
341 changed files with 11747 additions and 262 deletions

3
.gitmodules vendored
View File

@ -17,3 +17,6 @@
[submodule "Prism/vendor/ImGuizmo"]
path = Prism/vendor/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "Prism/vendor/EnTT"]
path = Prism/vendor/EnTT
url = https://github.com/skypjack/entt.git