Skip to content

Releases: Demonstrandum/BasicCanvas

v1.0.9, Colour conversion fixes.

25 Mar 22:19
b0e18d3
Compare
Choose a tag to compare
Merge pull request #40 from Demonstrandum/devel

Devel

v1.0.8, some more important fixes

16 Mar 13:00
72c26c7
Compare
Choose a tag to compare

jsdelivr CDN (use this to import):

  • Canvas
    https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.8/lib/BasicCanvas.js
    
  • Shapes
    https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.8/lib/BasicShapes.js
    
  • DOM
    https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.8/lib/BasicDOM.js
    

Added the start of BasicDOM.js and new example using it.

19 Jan 17:36
9c9f119
Compare
Choose a tag to compare

CDN links:

  • Canvas (main functionality)
    https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.6/lib/BasicCanvas.js
    
  • Shapes
    https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.6/lib/BasicShapes.js
    
  • DOM
    https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@v1.0.6/lib/BasicDOM.js
    

Minor Fix + New Example

04 Jan 23:40
9830b53
Compare
Choose a tag to compare

Fixed some stuff, new shape primitive and example.

28 Nov 23:37
144cd61
Compare
Choose a tag to compare

Limit FPS and fix clone method.

10 Nov 22:14
611ff0b
Compare
Choose a tag to compare

CDN Links

  • https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@1.0.3/lib/BasicCanvas.js
  • https://cdn.jsdelivr.net/gh/Demonstrandum/BasicCanvas@1.0.3/lib/BasicShapes.js

Examples at: https://canvas.knutsen.co/

Issues with shape's fill method.

10 Nov 18:41
87106e4
Compare
Choose a tag to compare
Merge pull request #9 from Demonstrandum/devel

Shape fill issues + minor fixes.

Minor Fixes + new example.

09 Nov 22:42
01cc076
Compare
Choose a tag to compare
Merge pull request #8 from Demonstrandum/devel

Template literal support for colors, background-stretch fix and Gauss…

Proper release, for our programming club

09 Nov 17:59
47bec8e
Compare
Choose a tag to compare

A proper release. Library is probably stable.

Minor Update

08 Oct 17:06
cb4a9fe
Compare
Choose a tag to compare
Minor Update Pre-release
Pre-release

Font loading and capability for useing namespaces.