Roelof Pieters
Roelof Pieters
fix issue #1
"ImportError: cannot import name pointer" can be fixed with: - edit nodebox/graphics/geometry.py: delete "pointer" import and change "pointer(data)" to "POINTER(data)" error: "NameError: global name 'c_uint' is not defined" can be...
commit [deedf6b9f21892156b27f8d0076f250af9601a3e](https://github.com/IndicoDataSolutions/Foxhound/commit/deedf6b9f21892156b27f8d0076f250af9601a3e#diff-90eecb1bb7944e1f745e900500d4a5a7R191) has introduced a glitch in [transforms.py](https://github.com/IndicoDataSolutions/Foxhound/blob/master/foxhound/transforms.py#L191) first 4 lines should be removed: ```
FYI there's no export for mac. The gdquest website also only exports a game.ini in a zip. The problem is that godot4 has some issues [[one of them](https://github.com/godotengine/godot/issues/92029)] for some...