Hacker News new | ask | show | jobs
by drewmate 4048 days ago
Are there any dependencies to run it on Windows? I do 'go run src/main.go' on Windows, and nothing happens and there are no errors reported.
2 comments

Hi, I worked on this project as well. I tried it on Windows, it ran without issues. If you run 'go run src/main.go', it should create output.png in the current directory. Then you should be able to run 'explorer output.png' to view the image.
The code should have no dependency other the standard go library.

You should see an output.png if it run successfully in the same folder.

Sorry, no easy access to a windows right now, but I will try it out on when I get a chance.