Skip to content

Commit

Permalink
fix up example text
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolalysenko committed Aug 12, 2016
1 parent d546c14 commit 0f0ac89
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</h1>

<div align="center">
Fast functional WebGL.
Fast functional WebGL
</div>

<br />
Expand Down Expand Up @@ -63,11 +63,9 @@
</h3>
</div>

`regl` is a fast functional framework for WebGL.

## Example

In `regl`, there are two fundamental abstractions, **resources** and **commands**:
`regl` simplifies WebGL programming by removing as much shared state as it can get away with. To do this, it replaces the WebGL API with two fundamental abstractions, **resources** and **commands**:

* A **resource** is a handle to a GPU resident object, like a texture, FBO or buffer.
* A **command** is a complete representation of the WebGL state required to perform some draw call.
Expand Down

0 comments on commit 0f0ac89

Please sign in to comment.