Goost
godot_voxel
Goost | godot_voxel | |
---|---|---|
7 | 46 | |
484 | 2,803 | |
0.0% | 2.2% | |
0.0 | 9.7 | |
over 2 years ago | 1 day ago | |
C++ | C++ | |
MIT | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Goost
-
I got SVGs rendering at runtime in Godot! Infinitely scalable!
Though even if not, dynamic meshes just from polygons/lines is something I've thought about before. For instance, one of the ideas would be to use lines to create signs/pipes/wall-decorations in-engine rather than needing to make it in 3d software.
-
Qarminer - fuzzer to find crashes in Godot and/or custom modules
I also found it usable when using C++ modules like Godot Voxel(https://github.com/Zylann/godot_voxel) or Goost(https://github.com/goostengine/goost) so if you use modules(in any language), then this tool may be helpful for you.
-
Godot Visual Script a loving state of the language
Basically see my discussion at Goost: https://github.com/goostengine/goost/discussions/96
-
Hello! I want to contribute to an open source tool project for Godot. Which one would you recommend?
Some addons/modules i used: Scatter, Smart2DShape, Anima, Goost and of course all of Zylans's stuff.
-
Announcing the Goost project
If you go into Actions tab and click on one of the workflow runs, you'll notice build artifacts which you can download and try out.
godot_voxel
-
For Anyone Wondering How to Do Very Crude Procedural Voxel Generation - Heres How.
Don't do this, CSG is unoptimized. Use this.
-
Can godot make minecraft+?
Take a look at https://github.com/Zylann/godot_voxel, which would be a great starting point that you could build game mechanics on top of.
-
Voxel tools help
https://github.com/Zylann/godot_voxel https://voxel-tools.readthedocs.io/en/latest/
-
What's missing from C# in Godot 4?
Currently all our major C++ based number crunching is in the GDAL. We haven't had to make in-house GDExtensions or Modules, yet. But we do also use Godot Voxel. Both are good examples of where you'd want more native speed.
-
Qodot (for Godot 4) has just been updated to gracefully support non C# engine builds!
I originally ported Qodot to an engine module that required people to compile their own engine (like godot-voxel) but users were turned away at this first roadblock.
- Just how "beta" is GDExtension right now? Any platform support missing or other major features?
-
Getting the basics of flight mechanics and planets! Starting to feel fun to fly into space.
I really wanted to use it but sadly it might be hard to export projects done with it cuz it's not a gdextension yet https://github.com/Zylann/godot_voxel/issues/333 still possible but i think you gotta compile something.
-
Vpainter on godot4: what am i missing ?
If you aren't adverse to doing a custom editor build you could add https://github.com/Zylann/godot_voxel
-
For those that don't know, C# libraries/packages pretty much work out of the box with Godot Mono. I used one to allow Godot to play any video format you want.
To give some practical examples. At my day job we use GDAL (a C++ geospatial data processing library) and Zylann's Godot Voxel (a C++ engine Module) https://github.com/Zylann/godot_voxel
-
Some advice, tips, and resources I can share for those looking to make GDExtensions
The master branch of this one will also build as a GDExtension for Windows. This one is successfully building regularly, but structured different than the rest of the GDExtensions I've seen. I haven't played with this project too much yet, but it's an insanely powerful module/extension: https://github.com/Zylann/godot_voxel
What are some alternatives?
scatter - Godot engine addon to randomly fill an area with props or other scenes
VoxelPluginFreeLegacy - Voxel Plugin Legacy for Unreal Engine
godotcord - A Discord Game SDK integration for Godot
godot-jolt - Godot Jolt is a Godot extension that integrates the Jolt physics engine
godot_openvr - GDExtension-based OpenVR module
Terraforming
anima - Godot: run sequential and parallel animations with less code
gdal - GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
Qarminer - Qarminer is fuzzer which automatically test Godot and its modules
godot-cpp - C++ bindings for the Godot script API
SmartShape2D - A 2D Terrain Tool for Godot
Voxel-Core - Voxel plugin for the Godot game engine!