Skip to content

Modular Entitas Runner - runs systems from plugin dlls in order defined by settings file

License

Notifications You must be signed in to change notification settings

c0ffeeartc/MERunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERunner

Modular Entitas Runner

Runs systems from plugin dlls in order defined by settings file.

Uses Entitas with EntitasGenericAddon to allow extension by separate dll.

How it works

  • Parses settings file into Dictionary<String,List<String>>
  • Imports ISystem_Factory classes from MERunner.* plugin dlls
  • Runs systems in order specified by settings file

Usage

  • Build MERunner
  • Build MERunner.* plugin dlls in separate solution(ensure all runtime references are specified for each project)
  • Copy MERunner files and plugin files into same folder
  • Create settings file
  • Run mono MERunner.exe --SettingsPath=pathToSettingsFile

Examples

About

Modular Entitas Runner - runs systems from plugin dlls in order defined by settings file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages