Skip to content

Commit

Permalink
Merge pull request patriciogonzalezvivo#119 from discordianfish/patch-1
Browse files Browse the repository at this point in the history
Minor README.md fixes
  • Loading branch information
patriciogonzalezvivo authored Dec 27, 2018
2 parents 1bf2c41 + 3d81634 commit c87c307
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,17 +676,17 @@ $ glslViewer examples/cross.frag -w 500 -h 500

```bash
$ glslViewer examples/temp.frag
// > u_temp,30
// > u_temp,40
// > u_temp,50
// > u_temp,60
// > u_temp,70
// > u_temp,30.
// > u_temp,40.
// > u_temp,50.
// > u_temp,60.
// > u_temp,70.
```

8. Animate the value of a uniform by piping the output of a script that fetch the CPU temperature of your Raspberry PI:

```bash
$ examples/.temp.sh | glslViewer examples/temp.frag
$ examples/temp.sh | glslViewer examples/temp.frag
```

9. Run a headless instance of glslViewer that exits after 1 second outputting a high resolution PNG image:
Expand Down

0 comments on commit c87c307

Please sign in to comment.