GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

Procedural 2D Clouds

Open Eldarduil opened this issue 5 months ago β€’ 4 comments

Description

Procedural 2D Clouds Extension

Generate and control dynamic, procedural 2D cloud layers in your GDevelop 3D scenes.

Features:

  • Procedural Generation: Unique, non-repeating cloud patterns using advanced noise.
  • Customizable:
    • Visuals: Adjust color, transparency, density, sharpness, and edge softness.
    • Animation: Set independent horizontal and vertical movement speeds.
    • Pattern: Control unique cloud shapes with seed, tiling, and FBM (Octaves, Persistence, Lacunarity) parameters.
  • Multiple Layers: Create distinct cloud layers with unique IDs and properties.

Limitations:

  • Clouds doesn’t cast shadows.
  • Suitable for the game that camera stays at ground level.

Why I didn't use custom object and let the player set the dimension in the action

Object dimension of the custom object in Gdevelop scene doesn't matches to the runtime scene. No matter what I tried it didn't worked. There was a huge dimension difference between object dimension (threejs plane geometry) and how it was shown in the game preview.

How to use the extension

There are two actions in the extension.

Create Cloud Plane, creates a plane with all the transform, dimension and parameter values that control the FBM noise and animations.

Destroy Cloud Plane, removes the created plane when it is not needed anymore to release the resources it takes.

Checklist

  • [x] I've followed all of the best practices.
  • [x] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • [x] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

Procedural 2D Clouds - Github.zip

Extension file

Procedural2DClouds.zip

Eldarduil avatar Jul 23 '25 09:07 Eldarduil

πŸ‘‹ Hey @Eldarduil, thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with non latin characters ("ASCII") can cause issues, our system won't allow file names with other characters than latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines πŸ™

github-actions[bot] avatar Jul 23 '25 09:07 github-actions[bot]

πŸ‘‹ Hey @Eldarduil, thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with non latin characters ("ASCII") can cause issues, our system won't allow file names with other characters than latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines πŸ™

github-actions[bot] avatar Jul 23 '25 09:07 github-actions[bot]

πŸ‘‹ Hey @Eldarduil, thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with non latin characters ("ASCII") can cause issues, our system won't allow file names with other characters than latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines πŸ™

github-actions[bot] avatar Jul 23 '25 09:07 github-actions[bot]

πŸ‘‹ Hey Eldarduil, thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply πŸ˜”. You can find all of those rules on the GDevelop wiki.

The following issues have been found by the system concerning the respect of those best practices by your extension:

  ⟢ ❌ [Dots in sentences]: Field 'shortDescription' of the extension description misses a dot at the end of the sentence!
  ⟢ ❌ [Dots in sentences]: Field 'description' of the function 'CreateCloudPlane' misses a dot at the end of the sentence!

Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines πŸ™

github-actions[bot] avatar Jul 23 '25 09:07 github-actions[bot]