Skip to content

Commit 9ae53d1

Browse files
committed
updated readme with docs
1 parent 74941e5 commit 9ae53d1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Just clone the repo or download the last release.
88

99
## Cool. Do you have some documentation?
1010

11-
Well, not really. But it's easy to use:
11+
[Yes, here.](https://lorossi.github.io/empty-html5-canvas-project/).
12+
13+
Don't have time for that?
14+
Keep reading for the short version.
1215

1316
The canvas size is 1000px by 1000px.
1417
This can be changed by tweaking the `canvas` item in the `index.html` file.
@@ -45,7 +48,7 @@ Furthermore, four additional classes are included:
4548
- `Color` that supports RGBA-HSLA colors in a handy way
4649
- `Point` that supports simple 2D points
4750
- `SimplexNoise` that supports simplex-noise generation, up to 4 dimensions both with and without seed
48-
- `XOR128` that supports a simple random number generator
51+
- `XOR128` that supports a simple seeded random number generator
4952

5053
I recommend you to read the documentation of the classes to understand how they work and their methods.
5154

0 commit comments

Comments
 (0)