Skip to content

Commit

Permalink
Added Dart impl. in C
Browse files Browse the repository at this point in the history
  • Loading branch information
drxddy committed Jan 29, 2024
1 parent 84a1ddc commit 29c9a19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "Python"]
path = Python
url = https://github.com/creditornot/blurhash-python.git
[submodule "Dart"]
path = Dart
url = https://github.com/folksable/blurhash_ffi.git
1 change: 1 addition & 0 deletions Dart
Submodule Dart added at fb0477
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 29c9a19

Please sign in to comment.