bournes / ecs

A Go-implementation of the ECS (Entity-Component-System).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecs

A Go-implementation of the ECS (Entity-Component-System).

ECS engine for RockGO

Need go1.18 for generics code

Install

how to install go1.18 ?

$: go get golang.org/dl/gotip
$: gotip download

how to get ecs?

$: go get -u github.com/zllangct/ecs

Example

About

A Go-implementation of the ECS (Entity-Component-System).


Languages

Language:Go 100.0%