A Godot addon that automatically generates Materials (.tres) from folders of texture maps.
A simple Minecraft-style Procedural Voxel Terrain generation for Godot 4 based on MeshInstance3D and 3D noise. This is a simple, quick draft.Usage:1. Attach the VoxelMesh.gd script to a Node3D.2. Set the Noise: Set fast noise lite.3. Adjust the Chunk size property to control the terrain size. Be careful - large values slow down the editor a lot!4. Set another parameters - inverse noise, material, etc.Tested on Godot 4.4. It’s public domain, so use it however you want! Disadvantages:The algorithm is very simple.Large terrain require a lot of computing power.No UV, use triplanar materials.
Procedural terrain generation for Godot 4 based on MeshInstance3D and a height map. Generation is available both in the editor and during execution.Usage1. Attach the terrain_generator.gd script to a MeshInstance3D node.2. Set the Heightmap: Set height map texture (e.g., PNG, JPG, etc.).3. Adjust the Subdivisions property to control the terrain detail. Be careful, as a subdivisions value greater than the map size may result in "steps" on the surface!4. Configure the data saving path if you want to use it in the editor, and click "Generate Landscapes". Now you can generate the landscape in advance and use it without having to generate a mesh every time you run!Tested on Godot 4.4. It’s public domain, so use it however you want!
GS Map is a Godot 4.4 GDExtension that provides editor tools for interacting with Europa Universalis provinces and country data as well as a shader pipeline that renders a map with smooth borders.
prototype of a dialogue system like Pokemon games but very very very poor, but free and in Godot 4.3
prototype of a dialogue system like Pokemon games but very very very poor, but free and in Godot 4.5
Third person shooter (TPS) demo made using Godot Engine.Controls:- Mouse or Gamepad Right Stick: Look around- W/A/S/D, Arrow keys, Gamepad Left Analog Stick or Gamepad D-Pad: Move- Space, Gamepad A/Cross: Jump- Right Mouse Button, Gamepad Left Trigger (L2) (press to toggle, or hold and release): Aim- Left Mouse Button, Gamepad Right Trigger (R2): Shoot (only while aiming)- Escape, Gamepad Start: Go to main menu/quit- F11 or Alt + Enter: Toggle fullscreen- F3: Toggle debugging information (such as FPS counter)
Transfer data using storage buffers (SSBO) and Specialization Constants into/out of GLSL compute shaders.
AmbientCG Downloader Godot Plugin For Godot 4.4+Downloads Files from AmbientCG.com and automatically populates StandardMaterial3D, 3D Environments.AmbientCG license: https://docs.ambientcg.com/license/patch notes:0.0.5.3 - fixed issue with repeated searches not resetting certain values
Prototype textures made by Kenny with addition of normal maps made by me :3
A tactical role-playing game demo for the Godot Engine
This is a sample project demonstrating tracking features on Meta headsets. This includes body / hand tracking, which is supported on Quest 2, Quest 3, and Quest Pro; as well as face tracking, which is only supported on Quest Pro. For more Meta-specific hand tracking features, check out the Meta Hand Tracking XR Sample.