godot-nim icon indicating copy to clipboard operation
godot-nim copied to clipboard

Nim bindings for Godot Engine

Results 35 godot-nim issues
Sort by recently updated
recently updated
newest added

Title, referring to the io page. Enter doesn't submit a search, no suggestions are given when typing. Same result when testing in different (unused) browser.

Sadly the Stub looks inactive.. When I make Nake Build in Stub or Godot Nim it returns: ``` Godot Engine v3.3.4.stable.official.faf3f883d - https://godotengine.org OpenGL ES 3.0 Renderer: NVIDIA GeForce GTX...

OS: Windows 10 64 Bits When i trying to export game to Linux or Windows 32 bits i'm getting error: can't find library `{name_of_library}` Example: Trying to export game to...

See https://godotengine.org/article/introducing-gd-extensions

https://docs.godotengine.org/en/stable/classes/class_vector3.html#class-vector3-method-direction-to

After following the instructions to build godot nim-stub, i get the following error: `NimRL\src\fpscounter.nim(5, 17) Error: cannot open file: godotapi/engine Tip: 4 messages have been suppressed, use --verbose to show...

Hello! I'm having some problems with the get_euler function of the core basis type. The Y axis of the result goes from 0.0 to -PI/2 **then back to 0.0** then...

Using Bullet, on a Spatial object I'm trying to do a ray cast with `PhysicsDirectSpaceState` ```nim var spaceState = self.getWorld().directSpaceState ``` The above generates an error from `godotnim.nim`. `asNimGodotObject` calls...

poolarrays.nim: replaced empty constructor with one taking varargs[DataT]