Skip to content

Commit

Permalink
README.md - add access violation images
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Aug 11, 2024
1 parent 1bf3857 commit f85761a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,13 @@ Performance Ratio - see [C# ECS Benchmark](https://github.com/friflo/ECS.CSharp.
- [x] SIMD Support 🧮
- [x] Supports .NET Standard 2.1 .NET 5 .NET 6 .NET 7 .NET 8
WASM / WebAssembly, Unity (Mono, AOT/IL2CPP, WebGL), Godot, MonoGame, ... and Native AOT
- [x] **100% secure C#** 🔒. No *unsafe code*, *native dll bindings* and *access violations*.
See [Wiki ⋅ Library](https://friflo.gitbook.io/friflo.engine.ecs/package/library#assembly-dll).
- [x] **100% secure 🔒 C#**. No *unsafe code*, *native dll bindings* and *access violations*.
<details>
<summary>Symptoms of access violation bugs in unsafe code</summary>
<img src="docs/images/access_violation/VS-2022_access_violation.png" width="225" height="88"/>
<img src="docs/images/access_violation/Rider-access_violation.png" width="200" height="100"/>
<img src="docs/images/access_violation/Unity_access_violation.png" width="220" height="135"/>
</details>
- [x] Watch entities, components, relations, tags, query results, systems, ... in debugger 🐞
<details>
<summary>Screenshot - Watch ad-hoc query result in debugger</summary>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f85761a

Please sign in to comment.