Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 562 Bytes

Introduction

Artemis is a high performance Entity System framework for games, written in Go, and is a framework to manage entities in a game world. It is inspired by Entity Systems are the future of MMORPG articles by Adam Martin on t-machine.org. We also borrowed ideas from Ted Brown who implemented a simple high-performance Entity System in Processing.

Basically, this is a GO port of enchanced Artemis project

Please visit official site