Skip to content

Commit

Permalink
remove drawing related code, some cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
CptPotato committed Mar 21, 2022
1 parent 615457f commit 0499074
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 215 deletions.
6 changes: 6 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,12 @@ the assets on Windows.

These examples are used to test the performance and stability of various parts of the engine in an isolated way.

Due to the focus on performance it's recommended to run the stress tests in release mode:

```sh
cargo run --release --example <example name>
```

Example | File | Description
--- | --- | ---
`transform_hierarchy.rs` | [`stress_tests/transform_hierarchy.rs`](./stress_tests/transform_hierarchy.rs) | Various test cases for hierarchy and transform propagation performance
Loading

0 comments on commit 0499074

Please sign in to comment.