Provides EcsRx related projects, nodes and code generation templates to Alchemist.
For more about Alchemist go look at: Alchemist Application
Allows creation of EcsRx related projects/nodes etc, such as:
EcsRx Class Library
(Creates an EcsRx class library project for .net core)
EventNode
(Creates an Event class)ModelNode
(Creates a simple POCO class)ComponentNode
(Creates an EcsRx Component)GroupNode
(Creates an EcsRx Group)ConverntionSystemNode
(Creates an EcsRx system based upon conventions)ManualSystemNode
(Creates an EcsRx manual system)
ComponentSection
(Allows sections of components)ReactivePropertiesSection
(Builds on top of thedotnet
property section but adds reactive types)SystemsSection
(Allows sections for systems)
If you are developing on top of the library then add the dependency to @alchemist/ecsrx
.
For using with alchemist application do the following plugin setup:
- Create a
ecsrx
folder within alchemistplugins
directory - Put the
index.js
file into theecsrx
directory - Run alchemist
The plugin should be picked up, and allow you to create EcsRx projects, it does depend upon @alchemist/dotnet
plugin.
This library is still very much a work in progress so the docs will be sparse and if you want to know more head on over to the discord channel.