-
In the examples/widgets folder I am running go get./.. but I keep hitting the issue below Trying to build gi on windows but I keep running into issues with svg not finding the references to the mat32 matrix class. Any idea how to fix this? (base) C:\Go Projects\gi\examples\widgets>go get ./... github.com/goki/gi/svg....\svg\circle.go:71:12: xf.MulVec2AsPtCtr undefined (type mat32.Mat2 has no field or method MulVec2AsPtCtr) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
sorry should be fixed now -- updated mat32 version to 1.0.3 |
Beta Was this translation helpful? Give feedback.
-
Thanks! finally added the -buildmode exe to Install instructions -- not sure if it is fixed or not yet.. golang/go#40795 seems a bit ambiguous |
Beta Was this translation helpful? Give feedback.
sorry should be fixed now -- updated mat32 version to 1.0.3