File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
1316The canvas size is 1000px by 1000px.
1417This 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
5053I recommend you to read the documentation of the classes to understand how they work and their methods.
5154
You can’t perform that action at this time.
0 commit comments