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

6
.gitignore vendored
View File

@ -16,4 +16,8 @@ cmake-build-*/
build/
# Files
*.user
*.user
# dotnet project
[Bb]in/
[Oo]bj/