goost
goost copied to clipboard
A general-purpose, extensible and customizable C++ extension for Godot Engine.
**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...
**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...
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...
**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...
** 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...
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....
**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...
**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...
**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...
**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...