Skip to content

Commit

Permalink
Merge pull request #250 from folksable/master
Browse files Browse the repository at this point in the history
Added Dart impl. in C
  • Loading branch information
jerry-git authored Feb 1, 2024
2 parents 84a1ddc + 9c2f4da commit 0a1f978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ These cover our use cases, but could probably use polishing, extending and impro
* [Ruby](https://github.com/Gargron/blurhash) - Encoder implementation in Ruby.
* [Crystal](https://github.com/Sija/blurhash.cr) - Encoder implementation in pure Crystal.
* [Elm](https://github.com/WhileTruu/elm-blurhash) - Encoder and decoder in Elm.
* [Dart](https://github.com/justacid/blurhash-dart) - Encoder and decoder implementation in pure Dart.
* [Dart](https://github.com/folksable/blurhash_ffi) - Encoder and decoder implementation in C into Dart using dart-ffi.
* [Pure Dart](https://github.com/justacid/blurhash-dart) - Encoder and decoder implementation in pure Dart.
* [.NET](https://github.com/MarkusPalcer/blurhash.net) - Encoder and decoder in C#.
* [JavaScript](https://github.com/Dens49/blurhash-js) - Encoder and decoder implementation in pure JavaScript.
* [.NET](https://github.com/Bond-009/BlurHashSharp) - Encoder implementation in C#.
Expand Down

0 comments on commit 0a1f978

Please sign in to comment.