Skip to content

patriarch11/dgtk-golang-gui-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGTK - Geodesic Toolkit in Golang

DGTK is a geodesic toolkit written in Golang. In its current version, it can solve direct and geodetic problems.

Dependencies

  • golang 1.19+
  • fyne and fyne depts
  • Mac OS
    • glew
    • glew

Instalation

To install DGTK, follow these steps:

  1. Clone the repository:
git clone https://github.com/patriarch11/dgtk-golang-gui-app.git
  1. Install the dependencies:
go mod download

Usage

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.

Compiling for different operating systems

DGTK can be compiled for different operating systems using the following commands:

Windows

GOOS=windows GOARCH=amd64 go build -o dgtk-golang-gui-app.exe cmd/dgtk-gui-app/main.go

Linux

GOOS=linux GOARCH=amd64 go build -o dgtk-golang-gui-app cmd/dgtk-gui-app/main.go

Mac OS

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages