A plugin to handle huge amount of grass, foliages and other vegetations for Godot Game Engine

grass_plugin_4_godot

logo

A plugin to handle huge amount of grass, foliages and other vegetations for Godot Game Engine.

It was tested in an environment with meshes of around 100x100 units of size (as I use on my game project scenes) and show a good performance.

It works in any mesh attached to a static body.

Save his content as a script inside your scene. And can edit it after.

Sample scene

Example scene.

Intalation and tutorial

See here the tutorial in YouTube to installtion and usage. (Remember: activate de subtitles)

Licence

Creative Commons License
grass_plugin_4_godot by Marcos Augusto Bitetti is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Similar Resources

Scalable Distributed Game Server Engine with Hot Swapping in Golang

Scalable Distributed Game Server Engine with Hot Swapping in Golang

GoWorld Scalable Distributed Game Server Engine with Hot Reload in Golang Features Architecture Introduction Get GoWorld Manage GoWorld Servers Demos

Dec 25, 2022

A pure Go game engine

A pure Go game engine

Oak A pure Go game engine Table of Contents Installation Motivation Features Support Quick Start Implementation and Examples Finished Games Installati

Jan 8, 2023

Terminal-based game engine for Go, built on top of Termbox

Terminal-based game engine for Go, built on top of Termbox

Termloop Termloop is a pure Go game engine for the terminal, built on top of the excellent Termbox. It provides a simple render loop for building game

Dec 29, 2022

A 2D ARPG game engine.

A 2D ARPG game engine.

Abyss Engine is an ARPG game engine in the same vein of the 2000's games, and supports playing games similar to Diablo 2. The engine is written in golang and is cross platform. This engine does not ship with game specific files, and will require a game's assets in order to run.

Dec 24, 2022

A small fantasy game engine in WASM using GoLang

A small fantasy game engine in WASM using GoLang

The GoLang Fantasy Engine (GoLF Engine) is a retro game engine. It draws inspiration from fantasy console projects like pico-8, tic-80, and pyxle. Like those projects it is designed to be a retro-feeling game creation/playing tool. Unlike those projects GoLF is more minimal in scope and only provides an API and a small set of tools to help you create your games. Tools like an image editor and code editor are not built in. Despite this minimalism creating games in GoLF is still easy and should still maintain the retro game feel.

Jul 16, 2022

golang powered game engine

golang powered game engine

Gobatch Go powered engine that offers features from low level opengl abstraction to UI framework. I created this to separate lot of logic from game am

Nov 13, 2022

spx - A 2D Game Engine for learning Go+

spx - A 2D Game Engine for learning Go+

spx - A 2D Game Engine for learning Go+ Tutorials How to run spx tutorials? Download Go+ and build it. See https://github.com/goplus/gop#how-to-build.

Dec 1, 2022

Go Game Engine using SDL for fun

nMage nMage is a (hopefully!) high performance 3D Game Engine written in Go being developed live, with recordings posted on YouTube. This project is b

Nov 30, 2022

HelloSpx - Hello world of Go+ spx game engine

HelloSpx - Hello world of Go+ spx game engine

HelloSpx - Hello world of Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this game

Nov 27, 2021
Comments
  • Import Plugin results in spamming 2 same error-codes and breaks Godot. Version 2.1.1

    Import Plugin results in spamming 2 same error-codes and breaks Godot. Version 2.1.1

    ERROR: _File::eof_reached: Condition ' !f ' is true. returned: false At: core\bind\core_bind.cpp:1521 ERROR: _File::get_line: Condition ' !f ' is true. returned: String() At: core\bind\core_bind.cpp:1631 ERROR: _File::eof_reached: Condition ' !f ' is true. returned: false At: core\bind\core_bind.cpp:1521 .... (keeps going) Seems like the Script doesnt like the newer Version. And yes, i followed your youtube_tutorial and did as you suggested. Still doesnt work for some reason.

  • Compatibility with godot 2.0.1

    Compatibility with godot 2.0.1

    Hi

    First of all thank you very much for your plugin. I found it very useful.

    I tried to use it for my project but it seems there is some issues with the new version of godot (2.0.1). It's possible to paint grass but I couldn't see it in game nor save it.

    Is there any recommended version of Godot to use the plugin? Is the script compatible with the new godot version, Or am I doing something wrong.

    Thank you for your answers :) sam

  • [feature request] grass in 2d viewport

    [feature request] grass in 2d viewport

    Hi @marcosbitetti ! 1)Have you any idea about grass in wind random movement? https://www.youtube.com/watch?v=IiKfTN7WS6w

    2)Have you any idea about 2d grass (grass painting in 2d viewport)?

AircraftWar - a game powered by Go+ spx game engine
AircraftWar - a game powered by Go+ spx game engine

AircraftWar - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download thi

Jan 5, 2022
FlappyCalf - a game powered by Go+ spx game engine
FlappyCalf - a game powered by Go+ spx game engine

FlappyCalf - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this

Nov 6, 2022
FlappyCalf - a game powered by Go+ spx game engine
FlappyCalf - a game powered by Go+ spx game engine

FlappyCalf - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this

Nov 6, 2022
MazePlay - a game powered by Go+ spx game engine
MazePlay - a game powered by Go+ spx game engine

MazePlay - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this g

Dec 16, 2021
basicbots is a programming game where you program your robot to compete against other robot.
basicbots is a programming game where you program your robot to compete against other robot.

basicbots What is baiscbots? basicbots is a programming game where you program your robot to compete agaist other robots. What is the inspiration? My

Jan 8, 2022
RundQuiz-Game - This is a Go exercise that implements and builds a quiz game from a list of math questions in a CSV file.

Go RundQuiz Game Exercise details This exercise is broken into two parts to help simplify the process of explaining it as well as to make it easier to

Jan 5, 2022
Simple 2D game to teach myself various things about game development and ECS, etc

2d-grass-game I really don't know what to name this game. Its a big grass field, and its in 2d so....2D Grass game This is a simple 2D game to teach m

Jan 17, 2022
A simple game that I created with Ebiten game library as a way to teach myself Go. Enjoy!
A simple game that I created with Ebiten game library as a way to teach myself Go. Enjoy!

galactic-asteroid-belt Overview A simple game that I created with Ebiten game library as a way to teach myself Go. Enjoy! Run To run, you will need Go

Dec 2, 2021
Engo is an open-source 2D game engine written in Go.

Engo A cross-platform game engine written in Go following an interpretation of the Entity Component System paradigm. Engo is currently compilable for

Dec 26, 2022
Go 3D Game Engine
Go 3D Game Engine

G3N - Go 3D Game Engine G3N (pronounced "gen") is an OpenGL 3D Game Engine written in Go. It can be used to write cross-platform Go applications that

Jan 9, 2023