Skip to content

Instantly share code, notes, and snippets.

@Qubus0
Qubus0 / editor_plugins.md
Last active December 2, 2025 08:53
A short list of plugins for improving the Godot Editor experience
@gabrieldechichi
gabrieldechichi / demo_ecs_boids.c
Created January 8, 2026 19:48
demo_ecs_boids.c
#include "context.h"
#include "lib/thread_context.h"
#include "lib/typedefs.h"
#include "lib/string_builder.h"
#include "os/os.h"
#include "lib/math.h"
#include "lib/hash.h"
#include "lib/random.h"
#include "gpu_backend.h"
#include "renderer.h"