You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gtk3+ might be all good, but it's a hassle building it for windows and macos. primary use for onionize binary is CLI, so it's reasonable idea to move GUI from the binary itself.
my thought is to have a React web interface that can be accessible on any browser of choice and all the content to be embedded into onionize binary itself. this way are going to have no cgo and platform-independent ui.
The text was updated successfully, but these errors were encountered:
gtk3+ might be all good, but it's a hassle building it for windows and macos. primary use for
onionize
binary is CLI, so it's reasonable idea to move GUI from the binary itself.my thought is to have a React web interface that can be accessible on any browser of choice and all the content to be embedded into
onionize
binary itself. this way are going to have no cgo and platform-independent ui.The text was updated successfully, but these errors were encountered: