jeffcampbellmakesgames / Genesis

A general purpose code generator library for Unity
MIT License
74 stars 8 forks source link

[v2 Genesis] Architecture proposal #10

Closed jeffcampbellmakesgames closed 3 years ago

jeffcampbellmakesgames commented 4 years ago

This document covers ongoing architectural design notes and thoughts for v2. The proposed design is to create a standalone, portable .NetCore application with a plugin architecture to enable a developer to execute code-generation processes from both the command-line and from Unity as a shortcut/menu item.

The standalone .NetCore solution is organized to facilitate this process in the following ways:

jeffcampbellmakesgames commented 3 years ago

This has largely been implemented at this point and merged to develop.