ARWNI2S / NI2S-Node

Narrative Simulator Engine cluster node.
MIT License
1 stars 0 forks source link

Node Engine - Modules, Plugins, Subsystems #7

Open ManOguaR opened 1 year ago

ManOguaR commented 1 year ago

Engine modules that can be loaded/builded in different scenarios/requeriments. Engine extensibility by plugin system, that are module collections.

"Game" module as main runtime module (the one that references the others). "Development" module as main runtime module while design time. "Development" is used to build "Game" and "Plugins"

Engine modules can only be edited by rebuilding engine source code. Plugin modules can be edited in engine source or in a "Game" source project

ManOguaR commented 1 year ago