We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ea3b0 commit 8589d56Copy full SHA for 8589d56
README.md
@@ -36,7 +36,7 @@ public record struct Velocity(float X, float Y);
36
37
## Overview
38
**Flecs.NET - High-level C# port of the C++ wrapper**
39
-- Compatible with .NET Standard 2.1 and NativeAOT
+- Modern .NET 8
40
- Near feature parity with the C++ API
41
- Struct-based API with minimal GC interaction
42
- Supports both unmanaged and managed types as components
0 commit comments