Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshleeb/snowhash

Procedurally generate a unique snowflake from a hash
https://github.com/joshleeb/snowhash

Last synced: 5 days ago
JSON representation

Procedurally generate a unique snowflake from a hash

Awesome Lists containing this project

README

        

# Snowhash

Procedurally generate a unique snowflake from a hash.

There will eventually be a post on [joshleeb.com](https://joshleeb.com) explaining how the Snowhash algorithm works. In the mean time there is a demo up at [joshleeb.com/snowhash.html](https://joshleeb.com/snowhash.html).

## Building

To build just the `snowhash` library:

```bash
$ git clone https://github.com/joshleeb/snowhash.git && cd snowhash
$ cargo build
```

## Acknowledgement

This project is based on [Snowflake][snowflake] by Raph Levein which is "an implementation of procedural generation of snowflakes."

[snowflake]: http://levien.com/snowflake.html