Registry / other / engoengine-ecs

engoengine-ecs

JSON →
library1.0.5gogounverified

Package ecs provides interfaces for the Entity Component System paradigm used by the Engo game engine.

go get github.com/EngoEngine/ecs
INSTALL
IMPORT
SIG · ENGOENGINE-ECS
E
engoengine-ecs
othergov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ecs
✓ github.com/EngoEngine/ecs

Create a new ECS world.

package main import ( "fmt" "github.com/EngoEngine/ecs" ) func main() { world := ecs.World{} fmt.Println(world) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
engoengine-ecs — go get engoengine-ecs · libregistry