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

Commit

Permalink
-> SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo committed Jan 27, 2018
1 parent 8554c44 commit 059a650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,12 +1,12 @@
# [![](http://i.imgur.com/rb8oPur.png)](http://turbo.github.io)
# [![](https://i.imgur.com/rb8oPur.png)](http://turbo.github.io)

turbo.js is a small library that makes it easier to perform complex calculations that can be done in parallel. The actual calculation performed (the *kernel* executed) uses the GPU for execution. This enables you to work on an array of values all at once.

turbo.js is compatible with all browsers (even IE when not using ES6 template strings) and most desktop and mobile GPUs.

**For a live demo and short intro, please visit [turbo.github.io](http://turbo.github.io).**

![](http://i.imgur.com/BiiQSzP.png)
![](https://i.imgur.com/BiiQSzP.png)

### Example 1

Expand Down Expand Up @@ -190,7 +190,7 @@ if (turbojs) {

This will generate two errors. The first one is `bar` being undefined. The second one is a type mismatch: `commit` expects a vector, but we've just given it a float. Opening your browser's console will reveal the error:

![](http://i.imgur.com/49Z6Fei.png)
![](https://i.imgur.com/49Z6Fei.png)

### Further considerations

Expand Down

0 comments on commit 059a650

Please sign in to comment.