dradtke / ecs-go

A simple ECS system in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entity-Component-System Library for Go

PkgGoDev

This package provides an Entity-Component-System implementation for Go, inspired by the bevy library for Rust. It is primarily an exercise to see how Go might be able to achieve similar ergonomics with reflection, and I think the results are pretty good.

See the tests and examples for usage.

About

A simple ECS system in Go.

License:Apache License 2.0


Languages

Language:Go 100.0%