Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add section on browser compatibility.
  • Loading branch information
leikareipa committed Feb 17, 2019
1 parent f860d14 commit a940c3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -190,4 +190,9 @@ Below are results from [perf-tests/perftest1.html](perf-tests/perftest1.html) as
- Frustum clipping (n-gons behind the camera will result in odd behavior)
- Depth testing (painter's sorting is used)

Also, convex n-gons are not supported.
Note also that convex n-gons are not supported.

## Browser compatibility
At the moment, versions of Chrome and Firefox released in the last year or so are supported; although, as per the performance tests above, Chrome is preferred.

Safari is untested for, but newer versions of it should work.

0 comments on commit a940c3a

Please sign in to comment.