Patrick Ting
Patrick Ting
you'll want to first find out where your godot binary is located. . i'll see if i can get my hands on a mac this weekend to see where the...
just to be clear, the error you getting is because the env variable `GODOT` is either not set or is set to empty string. you have to make sure you...
i've updated the bindings to work with godot 4 stable, but until this [reference counting issue](https://github.com/godot-go/godot-go/issues/71) is resolved, the bindings aren't going to produce stable games. once this is resolved,...
just wanted to update that godot-go is now running against godot 4.2-dev6. the [Dodge the Creeps](https://github.com/godot-go/godot-go-demo-projects/tree/main/2d/dodge_the_creeps) demo has been updated and runs without crashes on my linux machine.
I've setup Github Actions to automatically run the test suite on windows and linux machines and those are running successfully (https://github.com/godot-go/godot-go/actions). i haven't run this on macos recently, so i'm...
i'll try to get my windows machine running again as my primary machine has been linux as my main driver for more than a decade and i've been meaning to...
@31 i was able to get windows running in proxmox. i was able to get the tests to run on a win10 vm. did you run `make ci_gen_test_project_files` before running...
i'm working on reference counting issues, but another major problem i'm encountering is in this ticket around godot virtual functions: https://github.com/godot-go/godot-go/issues/45
just wanted to give an update that godot-go is now running against godot 4.2-dev6. the [Dodge the Creeps](https://github.com/godot-go/godot-go-demo-projects/tree/main/2d/dodge_the_creeps) demo has been updated and runs without crashes on my linux machine....
i got myself a machine running windows this week. i'll test godot-go against that some time this week and work out the kinks