Milan Nikolic
Milan Nikolic
Closed in favor of https://github.com/gen2brain/raylib-go/issues/71.
Thanks, PR is welcomed, especially if you are aware of the problem and know how to fix.
This is a duplicate of https://github.com/gen2brain/raylib-go/issues/171. If someone actually adds support I may reconsider.
Are there any simpler examples to test `rlgl` functions? Did you add all functions or just what is needed for this concrete example? Sorry, I never even tried those raylib...
There is this page that can be linked from README https://github.com/golang/go/wiki/LockOSThread . SDL bindings has this helper https://github.com/veandco/go-sdl2/commit/bc9d5d1882528a19da2e638decae0bc239e78cfd with some examples how to use it https://github.com/veandco/go-sdl2/blob/master/examples/render_goroutines/render_goroutines.go but now sure if...
Added in https://github.com/gen2brain/raylib-go/commit/cf628212a1ec81310ca56198646f8990cb5336b4.
Closed in favor of https://github.com/gen2brain/raylib-go/issues/197.
Looks like you tried to cross-compile with just using GOARCH, of course, that will not work. And any time you try to cross-compile Go will disable cgo, you need to...
Thanks, I would prefer not to add file/dir functions that are all available in the standard Go library. Also, no need for SetRandomSeed. This makes maintenance easier for future raylib...
Thanks, I hand-picked some functions and added them.