mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Detect and advise against running through SwiftShader
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
- [Goals](#goals)
|
||||
- [Sidenote: other people's Matrix effects](#sidenote-other-peoples-matrix-effects)
|
||||
- [Customization](#customization)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Future directions](#future-directions)
|
||||
- [Friends of the project](#friends-of-the-project)
|
||||
- [Colophon](#colophon)
|
||||
@@ -136,6 +137,12 @@ Now you know link fu. Here's a list of customization options:
|
||||
- `loops` - (WIP) if set to "true", this causes the effect to loop, so that it can be converted into a looping video.
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
There haven't been many reported issues yet that weren't quick fixes, but one has stood out: many visitors have previously *disabled hardware acceleration* in their Chrome browsers, at the advice of well-meaning Internet websites.
|
||||
|
||||
What this does is cause Chrome to fall back to **SwiftShader**, a software renderer that runs projects like this one at a much slower rate. Because of this, if you are seeing serious performance issues on Chrome, it's recommended that you ensure hardware acceleration is enabled in your browser settings.
|
||||
|
||||
## Future directions
|
||||
|
||||
This project is still in active development, but some upcoming features are worth mentioning.
|
||||
|
||||
Reference in New Issue
Block a user