-
https://github.com/grow-graphics/gd/blob/master/example/src/Makefile has MAC and Linux I cant remember if Goalng shared libs is supported on Windows. I know others using golang and GoDot used WASM and a WASM runner to work around it. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Windows is supported. I believe @ShirenY had had success using it. Yes, the built-in example does not have anything setup for a windows build. The |
Beta Was this translation helpful? Give feedback.
-
Yeah, the lib is currectly working on my windows, basically the only dependency you need currently is go and gcc. You can even debug it with gdb. Checkout this if you need more details. |
Beta Was this translation helpful? Give feedback.
-
could that make file be updated to add the Windows option ? |
Beta Was this translation helpful? Give feedback.
-
Yep make works fine on windows you can even call makefile from github actions. I can help with all that later. Just in a crunch this week |
Beta Was this translation helpful? Give feedback.
Windows is supported. I believe @ShirenY had had success using it. Yes, the built-in example does not have anything setup for a windows build. The
gd
command does work however and can be used to run the projects in the examples repo.