This project implements a fully GPU-accelerated feedforward neural network inside the Godot Engine using SPIR-V compute shaders. Designed for high-performance training and inference, it leverages Godot’s RenderingDevice API to execute parallel computations directly on the GPU.
☆57Sep 30, 2025Updated 5 months ago
Alternatives and similar repositories for godot-neural-network
Users that are interested in godot-neural-network are comparing it to the libraries listed below
Sorting:
- A Godot plugin that makes scene decoration as easy and convenient as possible☆22Sep 15, 2025Updated 5 months ago
- Controlling servos via UDP and motor with ESP32 and Godot☆11Jun 20, 2021Updated 4 years ago
- Godot-3D-Procedural-Infinite-Terrain☆17Sep 2, 2025Updated 6 months ago
- Gravity fields in Godot☆37Feb 5, 2026Updated last month
- A reactive data binding library for Godot 4.x☆24Jan 5, 2026Updated 2 months ago
- GDExtension project for OpenCV☆45Jan 15, 2025Updated last year
- a seamless portal plugin for godot, providing toolkit for extra interactibility☆22Sep 10, 2024Updated last year
- Experimental addon for godot 4 - Allow splitting elements into containers with the same size in the canvas rectangle.☆23Jul 18, 2025Updated 7 months ago
- UI theme for Godot 4 editor☆19May 27, 2023Updated 2 years ago
- softPin assigns pins for Godot's SoftBody3D using Vertex Paint☆23Mar 6, 2025Updated last year
- Hacking tools for Megadrive Streets of Rage game series☆11Jan 28, 2026Updated last month
- Demo to test a navigation agents with avoidance in Godot with large agent numbers for my prototype.☆38Oct 9, 2025Updated 5 months ago
- Adaptive graphics settings system for Godot 4 that automatically optimizes visual quality based on performance metrics. Built with GDScri…☆76Nov 11, 2025Updated 3 months ago
- Easy-to-use Grayboxing tool for Godot☆33Jun 10, 2025Updated 9 months ago
- Godot plugin to save-load resources using threads.☆51Updated this week
- ☆19Nov 23, 2025Updated 3 months ago
- A stick figure animator for keyframed animation☆34Oct 14, 2015Updated 10 years ago
- Recreate your images with simple shapes☆149Mar 15, 2025Updated 11 months ago
- A set of simple Godot 3D nodes for extruding, tiling, and instancing 3D meshes along a path. Implemented as a C++ GDExtension.☆117Feb 4, 2026Updated last month
- A Godot Engine module allowing Tabletop Club to perform functions that are not usually available with the vanilla Godot.☆33Sep 5, 2023Updated 2 years ago
- GPU Terrain generator and erosion simulator☆50Jan 24, 2025Updated last year
- Godot 4 Dynamic Table for Data, a GDScript plugin for Godot 4 that allows you to create and manage dynamic data tables easily and flexibl…☆53Dec 19, 2025Updated 2 months ago
- Sega Genesis Music Source Files For Everybody☆12Feb 25, 2025Updated last year
- libGDX based Role-Playing Game (rpg)☆12Apr 3, 2016Updated 9 years ago
- Simple training pipeline for NN models required for motion matching in UE5.☆14Apr 22, 2024Updated last year
- MoCap data collected from 17 players of the Caldas-Colombia tennis league.☆11May 22, 2024Updated last year
- ☆16Oct 5, 2025Updated 5 months ago
- This Godot tool provides a simple way to load scenes asynchronously, improving your game's loading times and user experience.☆61Jan 24, 2026Updated last month
- Install AMD FSR 4.0.2 on RX 6000 and RX 7000 GPUs without RDNA 3 support. Step-by-step guide with required drivers, DLL replacement proce…☆21Oct 14, 2025Updated 4 months ago
- This is an implementation of the paper "Rectifying Strip Patterns" (SIGGRAPH ASIA 2023). The code is to design rectifying strips with con…