Home

Awesome

Godot gdnative EnTT example

An example on how to use gdnative with entt.

Clone and build

How the example game works

When running the example, just press enter ("ui_accept") to spawn another random entity. Entities will be removed when they get outside of the plane (72 * 72 square surface).

Disclaimer

this may not be the best way to use entt inside godot, it's just an easy way to do it that I want to share with the world.