Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jan 7, 2024
1 parent e7a7b9b commit 0521491
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,3 @@ fn main() {
.run();
}
```

## Notes

- Any network traffic (reading, writing) must be scheduled on the `SilkSchedule`.
- Do not put rendering or UI on the `SilkSchedule`, or you may see frame dropping. Instead, use shared memory for rendering (e.g. resources, entities, etc.).

0 comments on commit 0521491

Please sign in to comment.