DGTK is a geodesic toolkit written in Golang. In its current version, it can solve direct and geodetic problems.
- golang 1.19+
- fyne and fyne depts
-
- glew
- glew
To install DGTK, follow these steps:
- Clone the repository:
git clone https://github.com/patriarch11/dgtk-golang-gui-app.git
- Install the dependencies:
go mod download
To use DGTK, simply run the executable:
./dgtk-golang-gui-app
This will launch the GUI application, where you can enter the input values and get the desired results.
DGTK can be compiled for different operating systems using the following commands:
GOOS=windows GOARCH=amd64 go build -o dgtk-golang-gui-app.exe cmd/dgtk-gui-app/main.go
GOOS=linux GOARCH=amd64 go build -o dgtk-golang-gui-app cmd/dgtk-gui-app/main.go
GOOS=darwin GOARCH=amd64 go build -o dgtk-golang-gui-app cmd/dgtk-gui-app/main.go
Note that the resulting executable file will have a different extension depending on the operating system (.exe for Windows and no extension for Linux and Mac OS).