Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grigorykrasnochub/go-simple-chart-project
charts, homework and 2 inputs
https://github.com/grigorykrasnochub/go-simple-chart-project
fyne go golang pole
Last synced: 2 days ago
JSON representation
charts, homework and 2 inputs
- Host: GitHub
- URL: https://github.com/grigorykrasnochub/go-simple-chart-project
- Owner: GrigoryKrasnochub
- Created: 2020-04-20T13:43:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T12:23:05.000Z (over 4 years ago)
- Last Synced: 2024-11-14T01:33:12.488Z (3 days ago)
- Topics: fyne, go, golang, pole
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-simple-chart-project
simple golang chart project
It's my university homework, which I decide to combine with code practice
It consist of some boring math operation and some go code(that more intresting for me and for humanity(LOL))
# Program appearence
![Programm appearence](https://i.ibb.co/gTnC4VT/image.png)
# Building for your platform from Windows OS
(this block in progress)
This block was written primarily for me, because I needed to have this information somewhereWindows
Just set up in root directory https://www.msys2.org/ (necessary for fyne dependency)
After that clone repo to your and do (init params throw "set")
-with console
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -v
-without console(thanks to pymq)
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -ldflags "-H windowsgui"