goost icon indicating copy to clipboard operation
goost copied to clipboard

A general-purpose, extensible and customizable C++ extension for Godot Engine.

Results 11 goost issues
Sort by recently updated
recently updated
newest added

**Goost and Godot version:** Default version from following installation instructions: `git clone https://github.com/goostengine/goost --recurse-submodules` **OS/platform/device including version:** Linux quasar 5.4.0-122-generic #138-Ubuntu SMP Wed Jun 22 15:00:31 UTC 2022 x86_64 x86_64...

bug
topic:core

**Describe the problem you are having in your project** Summary: - GIF is old and I'm trying to load a APNG, but Godot as well as Goost doesn't seem to...

feature :bulb:
component:image :framed_picture:

This list represents features [which are meaningful to implement in Goost](https://goost.readthedocs.io/en/gd3/development/general_principles.html#scope-of-features-being-developed), and is continuously updated. If you'd like to work on some of these yourself, you can open another issue...

feature :bulb:
tracker

**Goost and Godot version:** Godot 3.3.2-stable + Goost 1.0-stable **OS/platform/device including version:** 2020 Mac Mini (M1) macOS Big Sur **Issue description:** Downloaded Godot + Goost (macOS standard 64-bit) for the...

bug
topic:buildsystem
platform:macos :apple:
workaround available :hammer:

** Based on any issue? ** https://github.com/godotengine/godot/issues/26793 ** Solution ** Implement basic matrix operations, these are building blocks for NNs (Neural Networks) and other stuff ** API Description ** The...

feature :bulb:
topic:core

This is a list of features that are implemented in Goost as experimental (to gather user feedback), deprecated, obsolete, and removed features. See [Feature removal policy](https://goost.readthedocs.io/en/latest/development/general_principles.html#feature-removal-policy) documentation for more explanations....

feature :bulb:
tracker

**Goost and Godot version:** gd3 @ 455ebc02a2268aeefce4e0ad066071a8f2f30560, 3.2. **OS/device including version:** Windows 10. **Issue description:** Attempting to assign any value to `LinkedList.front` directly results in an error: ``` 'Invalid set...

bug
Waiting for Godot :hourglass_flowing_sand:
topic:core
workaround available :hammer:

**Goost and Godot version:** Godot 3.4 stable + Goost 1.1 **OS/platform/device including version:** macOS Big Sur 2020 Mac Mini M1 **Issue description:** I've been using Goost 1.0 with Godot 3.3.2...

bug
crash
topic:buildsystem
platform:macos :apple:
workaround available :hammer:

**Goost and Godot version:** Godot_v3.3.2-stable.goost_v1.0-stable_osx.universal **Issue description:** I'm typing var `pb` below with `PolyBoolean2D`, which causes an error. If I remove the type, all is fine. Am I doing something...

bug
Waiting for Godot :hourglass_flowing_sand:
topic:core
workaround available :hammer:

**Describe the limitation you are having in your project** I'm currently writing a custom property editor in GDScript, I don't have access to EditorSpinSlider **Describe the enhancement and how it...

feature :bulb:
topic:gui