Licenses
Order

Viewport 3D Resolution Scaling Demo 0

by Godot Foundation | MIT

This demo shows how to downscale the 3D resolution without affecting 2D elements, to improve performance without making the UI blurry

This demo shows how to downscale the 3D resolution without affecting 2D elements, to improve performance without making the UI blurry. See Resolution scaling in the documentation for details. Language: GDScript Renderer: Forward

Loading with Threads Demo 0

by Godot Foundation | MIT

An example using a thread to load an image

An example using a thread to load an image. Language: GDScript Renderer: Mobile

Threaded Loading Demo 0

by Godot Foundation | MIT

This demo demonstrates how to use ResourceLoader for background loading

This demo demonstrates how to use ResourceLoader for background loading. Language: GDScript Renderer: Mobile

Visibility Ranges (HLOD) Demo 0

by Godot Foundation | MIT

This demo showcases how to set up a hierarchical LOD system using visibility ranges

This demo showcases how to set up a hierarchical LOD system using visibility ranges. This can improve performance significantly in 3D scenes by reducing the number of draw calls and polygons that have to be drawn every frame. Use WASD or arrow keys to

Variable Rate Shading Demo 0

by Godot Foundation | MIT

This project showcases how to use variable rate shading (VRS) in 3D to improve performance

This project showcases how to use variable rate shading (VRS) in 3D to improve performance. Performance metrics are also displayed to evaluate potential performance gains. Language: GDScript Renderer: Forward

Occlusion Culling and Mesh LOD Demo 0

by Godot Foundation | MIT

This demo showcases the use of occlusion culling and mesh level of detail in a 3D scene

This demo showcases the use of occlusion culling and mesh level of detail in a 3D scene. The demo contains 1,024 identical rooms in a 64×64 grid. The room geometry is used as a basis for a baked OccluderInstance3D, which allows each room to be culled if

Physics Tests 2D Demo 0

by Godot Foundation | MIT

This demo contains a series of tests for the 2D physics engine

This demo contains a series of tests for the 2D physics engine. They can be used for different purpose: Functional tests to check for regressions and behavior of the 2D physics engine Performance tests to evaluate performance of the 2D physics engine

Bullet Shower Demo 0

by Godot Foundation | MIT

This demonstrates how to manage large amounts of objects efficiently using low-level Servers

This demonstrates how to manage large amounts of objects efficiently using low-level Servers. See Optimization using Servers in the documentation for more information. Language: GDScript Renderer: Compatibility

Swapback Array 0

by plaught-armor | MIT

A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique

A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique. Two classes for Nodes and a static helper for packed data: SwapBackArray — O(1) append and O(1) remove_at(index) . No reverse lookup, so every mutation is as

Resolution Scaler 0

by RobTheFiveNine | Mozilla Public License, v. 2.0

A node that can be dropped into any scene to enable dynamic resolution scaling with a target FPS

Usage Add a new ResolutionScaler node to any scene that you want to support dynamic resolution scaling and configure the following properties in the inspector window: Enabled: used to toggle whether the scaling is enabled or not Frames to Ignore: when

Antz's Debug Menu 3

by AntzGames | MIT

Displays performance information in a Godot project during gameplay. Can be used when running from the editor and in exported projects. This is an updated and maintained version of Calinou's original plugin

Antz's Debug Menu Overview Displays performance information in a Godot project during gameplay. Can be used when running from the editor and in exported projects. This is an updated and maintained version of Calinou's original plugin. Includes an updated

DG Performance Benchmarker C# 0

by David Gould | Apache 2.0

A powerful benchmarking tool for Godot and C# .NET native development. Designed for precise performance testing, it measures execution speed in CPU ticks for maximum accuracy. Features: Seamless integration with Godot, functioning as a plugin. Standalone

DGPerformanceBenchmarker A powerful benchmarking tool for Godot and C# .NET native development. Designed for precise performance testing, it measures execution speed in CPU ticks for maximum accuracy. Features: Seamless integration with Godot, functioning

BlastBullets2D 0

by realNikich | MIT

BlastBullets2D is a high-performance, free and open source C++ plugin for Godot Engine that enables optimized bullet spawning and management in 2D games. It’s designed to efficiently handle a large number of bullets with minimal performance overhead

If you're developing a bullet-hell shooter or any game that involves a high number of 2D bullets, BlastBullets2D provides a powerful and easy-to-use solution that delivers outstanding performance inside Godot Engine. The main advantages to using this

loading more results...