Skip to content
/ ecs Public
forked from zllangct/ecs

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

Notifications You must be signed in to change notification settings

bournes/ecs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%