Go to file
Sarah Jamie Lewis bca670917e Remove moc.go 2020-03-14 20:44:43 -07:00
qml Initial Commit 2020-03-14 20:27:35 -07:00
ui Remove moc.go 2020-03-14 20:44:43 -07:00
.gitignore Remove moc.go 2020-03-14 20:44:43 -07:00
README.md Add Readme 2020-03-14 20:32:41 -07:00
garden.go Initial Commit 2020-03-14 20:27:35 -07:00
garden.png Add Readme 2020-03-14 20:32:41 -07:00
garden.pro Initial Commit 2020-03-14 20:27:35 -07:00
go.mod Add Readme 2020-03-14 20:32:41 -07:00
go.sum Initial Commit 2020-03-14 20:27:35 -07:00

README.md

Ephemeral Garden

To Build

You will need to have installed Qt development libs (e.g. 5.13.1) and therecipe/qt.

go mod vendor
qtdeploy  --qt_version "5.13.1" build linux

To Host a Garden

   ./deploy/linux/garden
   Ephemeral Garden: hctctpqdjn7n6bgugg7u4hq2adbbeapbg3qt7m2jy42pfizbhcmty5ad

Wait for the other user to connect.

To Connect to a Garden

    ./deploy/linux/garden hctctpqdjn7n6bgugg7u4hq2adbbeapbg3qt7m2jy42pfizbhcmty5ad

Currently only 1 person can connect to garden at a time.