|
|
|
|
|
by impulser_
34 days ago
|
|
Have you tried purego? You can just embed the C library into the binary of the Go app call it directly in Go. Most of the time I have found calling C from Go faster or on par with calling C from Python. https://github.com/ebitengine/purego |
|