Project

snowy

0.0
No commit activity in last 3 years
No release in over 3 years
Pure ruby identicon implement with the snow crystal motif
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 11
 Project Readme

snowy

"snowy" is an identicon implements with the snow crystal motif.

snowy demonstration

How to usage

require "snowy"
require "zlib"

str = "abcdefg"
driver = :ruby # or :cairo (when installed ``cairo'' gem)
angle = 5 # by any degree number
pngdata = Snowy.generate_to_png(str, size: 256, angle: angle, driver: driver)
File.binwrite("snowy.png", pngdata)

Demonstration with web browser

$ ruby snowy-demo.rb -p 4567

And, access to http://localhost:4567/ on web browser.