multithreadingingo
multithreadingingo copied to clipboard
Unable to compile Boids code
On executing: go run main.go It gives error : package command-line-arguments imports github.com/hajimehoshi/ebiten imports github.com/hajimehoshi/ebiten: import cycle not allowed
Hi there, The projects uses go lang's modules. To build the project and run the boids simulation try the following:
cd goprojects\multithreadingingo
go build ./...
go run ./boids