Go to file
Jeff Carr 5caf303828 lots of changes to update window & tab mapping
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-31 17:37:24 -07:00
example-UI-table clean up the libui table examples 2019-05-21 18:00:45 -07:00
example-aminal some more examples 2019-05-29 09:54:28 -07:00
example-dnssecsocket eventChannel no longer imports 'ui' directly 2019-05-21 15:17:00 -07:00
example-gui rename the examples 2019-05-07 02:41:23 -07:00
example-lookupAAAA lots of changes to update window & tab mapping 2019-05-31 17:37:24 -07:00
example-multiple-windows more cleanups 2019-05-31 09:01:32 -07:00
example-splash maybe each stage needs to be it's own package for now until 2019-05-19 20:18:42 -07:00
example-systray try to delete and replace the ui.Tab(0) 2019-05-22 17:53:50 -07:00
example-table clean up the libui table examples 2019-05-21 18:00:45 -07:00
example-test some more examples 2019-05-29 09:54:28 -07:00
resources rename default config file 2019-05-28 17:14:47 -07:00
test1 more work on the splash text 2019-05-29 16:16:09 -07:00
test2 more work on the splash text 2019-05-29 16:16:09 -07:00
test3 more work on the splash text 2019-05-29 16:16:09 -07:00
test4 more variable name fixes 2019-05-30 09:19:58 -07:00
.gitignore more experiments on stability 2019-05-30 00:50:57 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile lots of changes to update window & tab mapping 2019-05-31 17:37:24 -07:00
README.md try to delete and replace the ui.Tab(0) 2019-05-22 17:53:50 -07:00
cast.go sync with server 2019-05-27 21:29:17 -07:00
colors.go more work on the splash text 2019-05-29 16:16:09 -07:00
config.go start a 'subdomain' screen 2019-05-30 01:23:26 -07:00
eventChannel.go simplify the login process 2019-05-30 12:44:16 -07:00
gorilla.go still code restructuring 2019-05-26 02:19:23 -07:00
main.go lots of changes to update window & tab mapping 2019-05-31 17:37:24 -07:00
splash.go more experiments on stability 2019-05-30 00:50:57 -07:00

README.md

cloud-control-panel

This is how the cloud should work. It's time to change the rules.

This app requires IPv6 to work.

Obviously I'm developing this app on Linux so if things are broken in the MacOS or Windows, check the Linux version if possible to see if it is also broken there.

IMPORTANT NOTES

To use the cross platform UI, all GUI interactions must be done from within the same goroutine for it to work properly on Windows. This is an annoying limitation of how Windows works (or so it appears. maybe someone will figure out how to fix that)

This means the Windows version of this GUI will probably always be sub-par verses the Linux and Macintosh versions

build

go get -v -t -u git.wit.com/wit/cloud-control-panel
cd ~/go/src/git.wit.com/wit/cloud-control-panel
go build
./cloud-control-panel

License

This is a GPL 3.0 Project.

Credits

  • All the GO developers & Google
  • The analabs people that made the golang cross platform UI
  • All the kernel, KVM and QEMU developers