Releases: lorossi/empty-html5-canvas-project
Releases · lorossi/empty-html5-canvas-project
Updated random number generator
Random number generator has been updated
Code organized into modules
- Code has been organized into modules for better access and isolation
- script injecting the canvas in the page has been moved to own file
- Methods have been added to Point and Engine classes
- added mouse coordinates getter in Engine class
- added helper methods in Point class
Added monochrome constructor for color
Updated XOR128
Updated XOR128 library (bugfixes).
Changes to Point class
Added copy
and distance
methods to Point
class
More fixes
Fixes to:
- XOR128 random number generating funcion (refer to its repo)
- ambiguous variable names
Minor fixes
A few minor fixes:
- Fixed missing JSzip dependency in minified version,
- Changed
_recording
attribute to_is_recording
so that the former can be used inside the actual sketches - Filename added into release zip
Improved version, minified version
Now included:
- Recording (making use of JSzip)
- Simplex noise (thanks to jwagner)
- Minified version
First release
v1.0.0 initial commit