Skip to content

Commit

Permalink
FEAT: included link to Rebol/BlurHash extension version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Mar 10, 2023
1 parent 86c9e4c commit d7d85ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ xattr -d -r com.apple.quarantine /path/to/file
It is possible to extend Rebol functionality using external modules (native and or written in Rebol itself). Here are links to some of them:
* [Rebol/BCM2835](https://github.com/Oldes/Rebol-BCM2835) - Broadcom BCM 2835 chip extension (for GPIO on RaspberryPI)
* [Rebol/Blend2D](https://github.com/Siskin-framework/Rebol-Blend2D) - Drawing dialect using [Blend2D](https://blend2d.com) as a high performance 2D vector graphics engine
* [Rebol/BlurHash](https://github.com/Siskin-framework/Rebol-BlurHash) - Compact representation of a placeholder for an image
* [Rebol/Easing](https://github.com/Oldes/Rebol-Easing) - Collection of easing functions
* [Rebol/Godot](https://github.com/Oldes/Rebol-Godot) - Extractor of Godot's `.pck` files
* [Rebol/HTTPd](https://github.com/Oldes/Rebol-HTTPd) - Webserver scheme
Expand Down
1 change: 1 addition & 0 deletions src/boot/sysobj.reb
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ modules: object [
help: none
;; external native extensions
blend2d: https://github.com/Siskin-framework/Rebol-Blend2D/releases/download/0.0.18.1/
blurhash: https://github.com/Siskin-framework/Rebol-BlurHash/releases/download/1.0.0/
easing: https://github.com/Siskin-framework/Rebol-Easing/releases/download/1.0.0/
mathpresso: https://github.com/Siskin-framework/Rebol-MathPresso/releases/download/0.1.0/
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.40.1.0/
Expand Down

0 comments on commit d7d85ce

Please sign in to comment.