Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 somewhere

Windows


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"