magicblock-labs / bolt

High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
https://book.boltengine.gg
MIT License
31 stars 7 forks source link

:sparkles: Add a working ecs example on project init #12

Closed GabrielePicco closed 8 months ago

GabrielePicco commented 8 months ago

Add a working ecs example on project init

Status Type ⚠️ Core Change Issue
Hold Feature No #5

Problem

Complex to setup the ECS and interaction with the World program

Solution

Other improvements

Dependencies

Depends on https://github.com/coral-xyz/anchor/pull/2785 for defining workspace members

[workspace]
members = [
    "programs/*",
    "programs-ecs/components/*",
    "programs-ecs/systems/*"
]

Issues

Closes #5