johnoyo / pyECSS_NeXT

A prototype of a custom ECS with a scenegraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyECSS NeXT

Installation:

  • Clone the repo: git clone https://github.com/johnoyo/pyECSS_NeXT.git
  • Create a virtual environment: python -m venv pyECSS_NeXT
  • Enable the environment: pyECSS_NeXT/Scripts/activate
  • Install requirements: pip install -r requirements.txt

About

A prototype of a custom ECS with a scenegraph


Languages

Language:Python 100.0%