Onscreen Keyboard Plugin for Godot Engine. Displayed as soon as LineEdit or TextEdit are in focus. Select your OnscreenKeyboard object and apply your custom styles and font via inspector. (You can find some default dark-flat-like-styles inside the plugin/customize/styles folder)
Loggot is a Godot plugin that allow total control on logs.It allow you to create different named loggers.For example you can have a logger for a Player node and another for all Enemy nodes and make each log to two separate files player.log and enemy.log.Or you can log Player output to console and Enemy output to a file. As you want.Each Logger can have multiple Appender. They also can share same appenders (ex output to same file).Appender have an Encoder to encode log event to whatever. Basically an Encoder can just output formatted text.You can wrap an Appender into an AsyncAppender and transform it to an asynchronous Appender.You can create your own Appender/Encoder and inject it to Logger/Appender. Just extends it.
A simple multiplayer example project. Shows how to setup a connection, create a basic first-person controller and synchronize the movement over network.
**Warning, this software is not complete, some functionality may be glitchy or change in the future**Polyliner allows you to create 3D lines.- LinePath3D lets you create a line using the Path node's Curve3D tools.- Trail3D continuously generates a line that follows its own node every frame.
A simple branching dialogue editor and stateless runtime.Create your dialogue right in the Godot Editor itself with a simple script-like language and the built-in syntax checker.Then, in your game, use the DialogueManager global to fetch lines of dialogue. There is an example dialogue balloon to help get you started on creating your own to fit in better with your game. The GitHub repository also contains a few extra example balloon implementations.
Imports FontFile resources from plain PNG images in a simple format.See the readme for usage instructions:https://codeberg.org/starriver/abfi/src/tag/v3.0.1/README.md
Goshapes provides intuitive, curve-based level creation tools for Godot 4.This tool augments Path3D nodes with abilities to: - create custom block meshes (earth, buildings, etc) - create path meshes (fences, paths, roads) - scatter instances (trees, rocks, grass, etc)This makes it ideal for quickly putting together 3D environments.
Converts CSS to Godot Themes
First person controller for Godot 4.1
This add-on provides a more flexible replacement of the InterpolatedCamera3D node that will be removed from core in Godot 4.0.See the usage documentation at: https://github.com/godot-extended-libraries/godot-interpolated-camera3dDemo project: https://godotengine.org/asset-library/asset/740
A template for quickly getting started with WebXR projects in Godot.
TrenchBroom map loader for Godot 4. Alternative to Qodot. Also known as TBLoader.