Skip to content

Commit

Permalink
README.md - update feature symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 23, 2024
1 parent 2ab97c7 commit ee14a3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ Leading performance in most ECS aspects.
- [x] High-performance 🔥 compact ECS
- [x] Low memory footprint 👣. Create 100.000.000 entities in 1.5 sec
- [x] Zero ⦰ allocations after buffers are large enough. No struct boxing
- [x] High performant / type-safe queries
- [x] High performant / type-safe queries
- [x] Efficient multithreaded queries ⇶
- [x] Fully reactive / entity events ⚡
- [x] Entity component Search in O(1) 🔎
- [x] Fast batch / bulk operations ⫴
- [x] Command buffers / deferred operations ⋙
- [x] Entity component Search in O(1) ∈
- [x] Fast batch / bulk operations ⏩
- [x] Command buffers / deferred operations ⏭️
- [x] Entity relationships and relations ⌘
- [x] Entity hierarchy / tree ⪪
- [x] Fully reactive / entity events ⚡
- [x] Systems / System groups ⚙️
- [x] Watch entities, components, tags, query results and systems in debugger 🐞
- [x] Watch entities, components, relations, tags, query results, systems, ... in debugger 🐞
- [x] JSON Serialization 💿
- [x] SIMD Support 🧮
- [x] Supports .NET Standard 2.1 .NET 5 .NET 6 .NET 7 .NET 8
Expand Down

0 comments on commit ee14a3e

Please sign in to comment.