Skip to content

Releases: lorossi/empty-html5-canvas-project

Updated random number generator

27 Sep 14:55
dab325b
Compare
Choose a tag to compare

Random number generator has been updated

Code organized into modules

14 Aug 16:52
dab325b
Compare
Choose a tag to compare
  • 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

11 Oct 09:14
dab325b
Compare
Choose a tag to compare

Added monochrome constructor for color

Updated XOR128

18 Oct 15:03
dd8ebc2
Compare
Choose a tag to compare

Updated XOR128 library (bugfixes).

Changes to Point class

13 Oct 09:20
3465c6b
Compare
Choose a tag to compare

Added copy and distance methods to Point class

More fixes

29 Sep 13:48
9d786cd
Compare
Choose a tag to compare

Fixes to:

  • XOR128 random number generating funcion (refer to its repo)
  • ambiguous variable names

Minor fixes

02 Sep 14:21
567eab1
Compare
Choose a tag to compare

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

31 Aug 18:50
9ae53d1
Compare
Choose a tag to compare

Now included:

  • Recording (making use of JSzip)
  • Simplex noise (thanks to jwagner)
  • Minified version

First release

04 Jan 10:55
Compare
Choose a tag to compare
v1.0.0

initial commit