seekia/Imports.md

118 lines
2.8 KiB
Markdown
Raw Normal View History

# Imports
Seekia is released into the public domain using the Unlicense. (Available at `/Licenses/Unlicense.md`)
I encourage copying Seekia's code and ideas, for free and commercial uses, with or without attribution.
The adoption of genetics aware mate discovery technology is profoundly important for humanity.
Seekia includes within it content that originates from other sources.
Below are the included pieces of content, along with their licenses.
The licenses are stored in the `Licenses` folder.
## Golang
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
[golang.org](https://golang.org)
## Fyne
Fyne is an easy-to-use UI toolkit and app API.
[fyne.io](https://fyne.io)
## CIRCL
CIRCL is a collection of cryptographic primitives.
[github.com/cloudflare/circl](https://github.com/cloudflare/circl)
## BadgerDB
BadgerDB is an embeddable, persistent and fast key-value database.
[github.com/dgraph-io/badger](https://github.com/dgraph-io/badger)
## go-effects
Parallelized image manipulation effects.
[github.com/markdaws/go-effects](https://github.com/markdaws/go-effects)
## Gift
Gift provides a set of useful image processing filters.
[github.com/disintegration/gift](https://github.com/disintegration/gift)
## Geodist
A package to calculate distance between latitude/longitude points.
[github.com/jftuga/geodist](https://github.com/jftuga/geodist)
## Countries States Cities Database
A package that contains names, locations and other information about world countries, cities, and states.
[github.com/dr5hn/countries-states-cities-database/](https://github.com/dr5hn/countries-states-cities-database/)
## Openmoji
An open-source emoji and icon project.
[openmoji.org](https://openmoji.org)
## go-ethereum
The official Golang implementation of the Ethereum protocol.
[geth.ethereum.org](https://geth.ethereum.org)
## Blake3
Pure Go implementation of the BLAKE3 hash function.
[github.com/zeebo/blake3](https://github.com/zeebo/blake3)
## webp
Golang Webp library for encoding and decoding, using C binding for Google libwebp.
[github.com/chai2010/webp](https://github.com/chai2010/webp)
## msgpack
MessagePack encoder and decoder.
[github.com/vmihailenco/msgpack](https://github.com/vmihailenco/msgpack)
## Charts
A simple charting library that supports timeseries and continuous line charts.
[github.com/wcharczuk/go-chart](https://github.com/wcharczuk/go-chart)
## oksvg
oksvg is a rasterizer for a partial implementation of the SVG2.0 specification.
[github.com/srwiley/oksvg](https://github.com/srwiley/oksvg)
## btcd
btcd is an alternative full node bitcoin implementation written in Go.
[github.com/btcsuite/btcd](https://github.com/btcsuite/btcd)
## Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
[gorgonia.org](https://gorgonia.org)