Categorygithub.com/fynelabs/snowflake
modulepackage
0.0.0-20250206215613-ed3b7906ebdc
Repository: https://github.com/fynelabs/snowflake.git
Documentation: pkg.go.dev

# README

FyneLabs Snowflake

The Snowflake project is a Christmas gift that adds snowflakes to any Fyne app. Now you can decorate your apps with some christmas cheer!

Running the demo

To install you can simply run:

$ go get github.com/fynelabs/snowflake
$ snowflake

or you can download the code and run it yourself:

$ git clone https://github.com/fynelabs/snowflake
$ cd snowflake
$ go run .

Either way you should see the following:

Embedding in your own app

TODO